diff options
Diffstat (limited to 'security/sectok/Makefile')
-rw-r--r-- | security/sectok/Makefile | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/security/sectok/Makefile b/security/sectok/Makefile deleted file mode 100644 index 458c2839342c..000000000000 --- a/security/sectok/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -PORTNAME= sectok -PORTVERSION= 20030825 -PORTREVISION= 3 -CATEGORIES= security -MASTER_SITES= http://www.citi.umich.edu/projects/smartcard/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= ISO 7816 Smartcard Utility -WWW= http://www.citi.umich.edu/projects/smartcard/sectok.html - -LIB_DEPENDS= libsectok.so:security/libsectok - -USES= ssl -USE_LDCONFIG= yes - -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib - -PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz - -post-patch: - @${REINPLACE_CMD} \ - -e '/^INCLUDES=/s|$$| ${CPPFLAGS}|' \ - -e '/^LIBS=/s|=|=${LDFLAGS} |' \ - -e '/^LIBS=/s|$$| ${LIBS}|' \ - ${WRKSRC}/Makefile - -do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ - ${STAGEDIR}${PREFIX}/bin) - (cd ${WRKSRC} && ${INSTALL_MAN} ${PORTNAME}.1 \ - ${STAGEDIR}${PREFIX}/share/man/man1) - -.include <bsd.port.mk> |