1PORTNAME= courieruserinfo 2PORTVERSION= 1.1.2 3CATEGORIES= security mail 4MASTER_SITES= http://www.arda.homeunix.net/software-downloads/ 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= User account information retrieval utility 8WWW= http://www.arda.homeunix.net/store/ 9 10LICENSE= gpl2+ 11LICENSE_FILE= ${WRKSRC}/COPYING 12 13BUILD_DEPENDS= courierauthconfig:security/courier-authlib-base 14RUN_DEPENDS= courierauthconfig:security/courier-authlib-base 15 16GNU_CONFIGURE= yes 17USES= gmake localbase 18CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd12.4 19 20PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README 21 22OPTIONS_DEFINE= DOCS 23 24post-patch: 25 @${REINPLACE_CMD} '/chown root/d' ${WRKSRC}/Makefile.in 26 27post-install-DOCS-on: 28 @${MKDIR} ${FAKE_DESTDIR}${DOCSDIR} 29 ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${FAKE_DESTDIR}${DOCSDIR} 30 31.include <bsd.port.mk> 32