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