mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
a2d3da4471
- Switch to PLIST_FILES, PORTDOCS
33 lines
884 B
Makefile
33 lines
884 B
Makefile
# 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/software-downloads/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= User account information retrieval utility
|
|
|
|
BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
|
|
RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
PLIST_FILES= sbin/courieruserinfo man/man8/courieruserinfo.8.gz
|
|
PORTDOCS= AUTHORS ChangeLog COPYING INSTALL NEWS README
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} '/chown root/d' ${WRKSRC}/Makefile.in
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|