diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 2005-06-14 10:28:35 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 2005-06-14 10:28:35 +0000 |
commit | ad8fb0c4de237377126b68d8633aa9458d09a8c7 (patch) | |
tree | 719cb19df2293048b08bc802945ab4f57887b5d9 /security/calife-devel/Makefile | |
parent | facebe789476ce0113e0481750b9f1c6e46edd4a (diff) | |
download | ports-ad8fb0c4de237377126b68d8633aa9458d09a8c7.tar.gz ports-ad8fb0c4de237377126b68d8633aa9458d09a8c7.zip |
Please welcome the development version of calife:
- full PAMification
- code cleanup & silmplification
- fixes (some of them will/are in 2.8.6 too).
Thomas (thomas@) has agreed to maintain it too although as the author, I may
update things with his approval from times to times.
Repocopied by: marcus
Notes
Notes:
svn path=/head/; revision=137424
Diffstat (limited to 'security/calife-devel/Makefile')
-rw-r--r-- | security/calife-devel/Makefile | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/security/calife-devel/Makefile b/security/calife-devel/Makefile index b9020829b82f..c923b063ded8 100644 --- a/security/calife-devel/Makefile +++ b/security/calife-devel/Makefile @@ -1,16 +1,15 @@ -# New ports collection makefile for: calife -# Date created: 13 Jun 2000 +# New ports collection makefile for: calife-devel +# Date created: 14 Jun 2005 # Whom: Thomas Quinot <thomas@cuivre.fr.eu.org> # # $FreeBSD$ # PORTNAME= calife -PORTVERSION= 2.8.6.3 +PORTVERSION= 3.0 CATEGORIES= security -MASTER_SITES= ftp://postfix.eu.org/pub/calife/ \ - ftp://frmug.org/pub/calife/ -DISTNAME= calife-2.8.6-p3 +MASTER_SITES= http://www.keltia.net/download/ +DISTNAME= calife-3.0pre4 MAINTAINER= thomas@FreeBSD.org COMMENT= A lightweight alternative to sudo @@ -18,9 +17,15 @@ COMMENT= A lightweight alternative to sudo USE_BZIP2= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= "--with-etcdir=${PREFIX}/etc" +CONFIGURE_ARGS= --with-pam --with-etcdir=${PREFIX}/etc + +CONFLICTS?= calife-2.* MAN1= calife.1 MAN5= calife.auth.5 +post-install: + @${INSTALL_DATA} ${WRKSRC}/calife.pam ${PREFIX}/etc/pam.d/calife.sample + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> |