Fri Sep 28 11:52:23 2012 UTC ()
LICENSE=gnu-gpl-v2


(obache)
diff -r1.5 -r1.6 pkgsrc/security/lasso/Makefile.common

cvs diff -r1.5 -r1.6 pkgsrc/security/lasso/Makefile.common (expand / switch to unified diff)

--- pkgsrc/security/lasso/Makefile.common 2011/04/04 08:30:30 1.5
+++ pkgsrc/security/lasso/Makefile.common 2012/09/28 11:52:22 1.6
@@ -1,25 +1,26 @@ @@ -1,25 +1,26 @@
1# $NetBSD: Makefile.common,v 1.5 2011/04/04 08:30:30 manu Exp $ 1# $NetBSD: Makefile.common,v 1.6 2012/09/28 11:52:22 obache Exp $
2# 2#
3# used by security/lasso/Makefile 3# used by security/lasso/Makefile
4# used by security/py-lasso/Makefile 4# used by security/py-lasso/Makefile
5 5
6DISTNAME= lasso-2.3.5 6DISTNAME= lasso-2.3.5
7CATEGORIES= security 7CATEGORIES= security
8MASTER_SITES= http://dev.entrouvert.org/lasso/ 8MASTER_SITES= http://dev.entrouvert.org/lasso/
9 9
10MAINTAINER= manu@NetBSD.org 10MAINTAINER= manu@NetBSD.org
11HOMEPAGE= http://lasso.entrouvert.org/ 11HOMEPAGE= http://lasso.entrouvert.org/
12COMMENT= Libery Alliance Single Sign On implementation 12COMMENT= Libery Alliance Single Sign On implementation
 13LICENSE= gnu-gpl-v2
13 14
14DISTINFO_FILE= ${.CURDIR}/../../security/lasso/distinfo 15DISTINFO_FILE= ${.CURDIR}/../../security/lasso/distinfo
15PATCHDIR= ${.CURDIR}/../../security/lasso/patches 16PATCHDIR= ${.CURDIR}/../../security/lasso/patches
16 17
17GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
18CONFIGURE_ARGS+= --with-sasl2=${PREFIX} 19CONFIGURE_ARGS+= --with-sasl2=${PREFIX}
19CONFIGURE_ARGS+= --with-zlib=${PREFIX} 20CONFIGURE_ARGS+= --with-zlib=${PREFIX}
20USE_LIBTOOL= yes 21USE_LIBTOOL= yes
21USE_TOOLS+= pkg-config perl 22USE_TOOLS+= pkg-config perl
22 23
23PKGCONFIG_OVERRIDE+= lasso.pc.in 24PKGCONFIG_OVERRIDE+= lasso.pc.in
24 25
25.include "../../lang/python/application.mk" 26.include "../../lang/python/application.mk"