diff options
author | John Marino <marino@FreeBSD.org> | 2013-07-27 16:45:26 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-07-27 16:45:26 +0000 |
commit | 9d823abcefcb0805f30b2fb69677e5e9608c05dc (patch) | |
tree | 976f88a9f95968c75251d39fe6efcfddc8de086c /security/courieruserinfo | |
parent | b47325edb2d93a726b151ae81f7ecd3c183f0565 (diff) | |
download | ports-9d823abcefcb0805f30b2fb69677e5e9608c05dc.tar.gz ports-9d823abcefcb0805f30b2fb69677e5e9608c05dc.zip |
Notes
Diffstat (limited to 'security/courieruserinfo')
-rw-r--r-- | security/courieruserinfo/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/security/courieruserinfo/Makefile b/security/courieruserinfo/Makefile index 1a4216259efa..059020f37ca2 100644 --- a/security/courieruserinfo/Makefile +++ b/security/courieruserinfo/Makefile @@ -1,13 +1,10 @@ -# New ports collection makefile for: courieruserinfo -# Date created: 27th July 2006 -# Whom: Andrew St. Jean <andrew@arda.homeunix.net> -# +# Created by: Andrew St. Jean <andrew@arda.homeunix.net> # $FreeBSD$ PORTNAME= courieruserinfo PORTVERSION= 1.1.2 CATEGORIES= security mail -MASTER_SITES= http://www.arda.homeunix.net/store/ +MASTER_SITES= http://www.arda.homeunix.net/software-downloads/ MAINTAINER= andrew@arda.homeunix.net COMMENT= User account information retrieval utility @@ -16,14 +13,18 @@ BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAN8= courieruserinfo.8 +OPTIONS_DEFINE= DOCS + +.include <bsd.port.options.mk> + post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} |