1 1.1 christos # $FreeBSD: portlint$ 2 1.1 christos 3 1.1 christos PORTNAME= @PACKAGE_TARNAME@ 4 1.1 christos PORTVERSION= @PACKAGE_VERSION@ 5 1.1 christos CATEGORIES= security devel 6 1.1 christos MASTER_SITES= # 7 1.1 christos DISTFILES= # 8 1.1 christos 9 1.1 christos MAINTAINER= @PACKAGE_BUGREPORT@ 10 1.1 christos COMMENT= BSD-licensed implementation of Pluggable Authentication Modules 11 1.1 christos 12 1.1 christos LICENSE= BSD3CLAUSE 13 1.1 christos 14 1.1 christos USES= gmake libtool pkgconfig 15 1.1 christos USE_LDCONFIG= yes 16 1.1 christos GNU_CONFIGURE= yes 17 1.1 christos INSTALL_TARGET= install-strip 18 1.1 christos TEST_TARGET= check 19 1.1 christos 20 1.1 christos DESCR= ${WRKDIR}/pkg-descr 21 1.1 christos 22 1.1 christos do-extract: 23 1.1 christos (cd @abs_top_srcdir@ && \ 24 1.1 christos ${GMAKE} distdir && ${MV} ${PKGNAME} ${WRKDIR}) 25 1.1 christos (${CAT} ${WRKSRC}/README && ${ECHO} && \ 26 1.1 christos ${ECHO} "WWW: @PACKAGE_URL@") >${DESCR} 27 1.1 christos 28 1.1 christos post-stage: 29 1.1 christos (cd ${STAGEDIR} && \ 30 1.1 christos ${FIND} -s . -type f -or -type l | cut -c 2- | \ 31 1.1 christos ${SED} -E '/\/man\//s/([0-9])$$/\1.gz/') >>${TMPPLIST} 32 1.1 christos 33 1.1 christos .include <bsd.port.mk> 34