aboutsummaryrefslogtreecommitdiff
path: root/security/courierpasswd
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-10-24 09:03:53 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-10-24 09:03:53 +0000
commit6243786da3dc0f89a5a97b4ee27d08c4d56d16f2 (patch)
treede2866381dd426e4b0f5be38bfcf467ffdc25610 /security/courierpasswd
parent6b6b8271c050eae51d7495b680dd219e4c7c7dc4 (diff)
downloadports-6243786da3dc0f89a5a97b4ee27d08c4d56d16f2.tar.gz
ports-6243786da3dc0f89a5a97b4ee27d08c4d56d16f2.zip
- Add LICENSE
- Switch to USES=localbase - Don't install COPYING with documentation
Notes
Notes: svn path=/head/; revision=424547
Diffstat (limited to 'security/courierpasswd')
-rw-r--r--security/courierpasswd/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/security/courierpasswd/Makefile b/security/courierpasswd/Makefile
index a9c4d61c228c..9dc2e65aaf5f 100644
--- a/security/courierpasswd/Makefile
+++ b/security/courierpasswd/Makefile
@@ -9,19 +9,20 @@ MASTER_SITES= http://www.arda.homeunix.net/software-downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= User authentication and password changing utility
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= libcourierauth.so:security/courier-authlib-base
GNU_CONFIGURE= yes
-USES= gmake
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+USES= gmake localbase
-MINUID?= 100
+MINUID?= 100 # XXX: set this to 1000 for FreeBSD?
-CONFIGURE_ARGS+= --with-minuid=${MINUID}
+CONFIGURE_ARGS= --with-minuid=${MINUID}
PLIST_FILES= sbin/courierpasswd man/man8/courierpasswd.8.gz
-PORTDOCS= AUTHORS ChangeLog COPYING INSTALL NEWS README
+PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README
OPTIONS_DEFINE= DOCS