head	1.11;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.01.06;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.06.02.03.26.33;	author tj;	state Exp;
branches;
next	1.9;

1.9
date	2012.05.31.19.40.18;	author tj;	state Exp;
branches;
next	1.8;

1.8
date	2010.12.02.17.07.13;	author jpaetzel;	state Exp;
branches;
next	1.7;

1.7
date	2010.11.09.17.56.56;	author johans;	state Exp;
branches;
next	1.6;

1.6
date	2010.07.29.22.26.07;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2009.02.24.13.31.53;	author skv;	state Exp;
branches;
next	1.4;

1.4
date	2008.06.06.14.00.54;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2008.01.24.01.58.36;	author clsung;	state Exp;
branches;
next	1.2;

1.2
date	2007.08.15.03.26.40;	author clsung;	state Exp;
branches;
next	1.1;

1.1
date	2007.07.25.07.18.22;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	lasso
# Date created:		2007-07-16
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/security/lasso/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	lasso
PORTVERSION=	2.1.1
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	http://labs.libre-entreprise.org/frs/download.php/594/

MAINTAINER=	tj@@FreeBSD.org
COMMENT=	Free Liberty Alliance Implementation

RUN_DEPENDS=	xmlsec1:${PORTSDIR}/security/xmlsec1
BUILD_DEPENDS:=	${RUN_DEPENDS}

CONFIGURE_ARGS+=	--disable-java --disable-php4 --with-zlib
GNU_CONFIGURE=	yes
USE_GNOME=	gnomehack glib20 libxml2
USE_LDCONFIG=	yes
USE_OPENSSL=	yes
USE_PYTHON_BUILD=	yes

OPTIONS_DEFINE=	PERL PHP PYTHON

.include <bsd.port.options.mk>

.if !empty(PORT_OPTIONS:MPERL)
CONFIGURE_ARGS+=	--enable-perl
PLIST_SUB+=	WITH_PERL=""
USE_PERL5=	yes
.else
CONFIGURE_ARGS+=	--disable-perl
PLIST_SUB+=	WITH_PERL="@@comment "
.endif

.if !empty(PORT_OPTIONS:MPHP)
CONFIGURE_ARGS+=	--enable-php5 \
		--with-php5-config="${LOCALBASE}/bin/php-config"
IGNORE_WITH_PHP=	4
LDFLAGS+=	"-L${LOCALBASE}/lib"
LIB_DEPENDS+=	expat:${PORTSDIR}/textproc/expat2
PLIST_SUB+=	WITH_PHP5=""
USE_PHP=	yes
USE_PHP_BUILD=	yes
.else
CONFIGURE_ARGS+=	--disable-php5
PLIST_SUB+=	WITH_PHP5="@@comment "
.endif

.if !empty(PORT_OPTIONS:MPYTHON)
CONFIGURE_ARGS+=	--enable-python
PLIST_SUB+=	WITH_PYTHON=""
USE_PYTHON=	yes
.else
CONFIGURE_ARGS+=	--disable-python
PLIST_SUB+=	WITH_PYTHON="@@comment "
.endif

post-install:
	${RM} -f ${PREFIX}/lib/perl5/${PERL_VERSION}/${PERL_ARCH}/perllocal.pod
.ifdef(NOPORTDOCS)
	${RM} -rf ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.10
log
@Convert to OptionsNG framework.

Approved by:	eadler (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@Update my email address.

Approved by:	eadler (mentor)
@
text
@d27 1
a27 3
OPTIONS=	PERL	"Enable Perl Bindings"		Off \
		PHP5	"Enable PHP5 Bindings"		Off \
		PYTHON	"Enable Python Bindings"	Off
d31 1
a31 1
.ifdef(WITH_PERL)
d40 1
a40 1
.ifdef(WITH_PHP5)
d54 1
a54 1
.ifdef(WITH_PYTHON)
@


1.8
log
@Add OPTIONS.
Reassign MAINTAINER.

PR:	ports/152761
Submitted by:	Tom Judge <tom@@tomjudge.com>
@
text
@d14 1
a14 1
MAINTAINER=	tom@@tomjudge.com
@


1.7
log
@Remove BROKEN: This is now okay after the fix in security/xmlsec1

PR:		ports/152070
Submitted by:	Tom Judge <tom@@tomjudge.com>
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
d27 6
@


1.6
log
@- Mark BROKEN: does not compile (lasso.c:94: error: stray '\' in program)

Reported by:	pointyhat
@
text
@a19 2
BROKEN=		does not compile

@


1.5
log
@Don't use PERL_VER (it will be deleted soon), use PERL_VERSION instead.
@
text
@d20 2
@


1.4
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d60 1
a60 1
	${RM} -f ${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/perllocal.pod
@


1.3
log
@- Update to 2.1.1
- Reset maintainership to ports@@FreeBSD.org

Changes:
PR:		ports/119807
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
@
text
@d10 1
@


1.2
log
@- Add support for PHP binding
- Use libxml2 in USE_GNOME (instead of LIB_DEPENDS)
- Use USE_PYTHON_BUILD instead of USE_PYTHON
- bump PORTREVISION

PR:		ports/115457
Submitted by:	maintainer (Gea-Suan Lin)
@
text
@d9 1
a9 2
PORTVERSION=	2.0.0
PORTREVISION=	1
d11 1
a11 1
MASTER_SITES=	http://labs.libre-entreprise.org/frs/download.php/520/
d13 1
a13 1
MAINTAINER=	gslin@@gslin.org
@


1.1
log
@Lasso is a free software C library aiming to implement the Liberty
Alliance standards; it defines processes for federated identities,
single sign-on and related protocols. Lasso is built on top of
libxml2, XMLSec and OpenSSL and is licensed under the GNU General
Public License  (with an OpenSSL exception).

WWW:	http://lasso.entrouvert.org/

PR:		ports/114639
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d10 1
a16 1
LIB_DEPENDS=	xml2:${PORTSDIR}/textproc/libxml2
d22 1
a22 1
USE_GNOME=	gnomehack glib20
d25 1
a25 1
USE_PYTHON=	yes
d36 10
a45 8
#.ifdef(WITH_PHP5)
#CONFIGURE_ARGS+=	--enable-php5 \
#		--with-php5-config="${LOCALBASE}/bin/php-config" \
#		--with-php5-extension-dir="${PREFIX}/lib/php/${PHP_EXT_DIR}"
#IGNORE_WITH_PHP=	4
#PLIST_SUB+=	WITH_PHP5=""
#USE_PHP=	yes
#.else
d48 1
a48 1
#.endif
d53 1
@

