diff options
Diffstat (limited to 'security/libtasn1/Makefile')
-rw-r--r-- | security/libtasn1/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 271535a06116..f2aaa0e01772 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libtasn1 -PORTVERSION= 3.3 +PORTVERSION= 4.0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libtasn1 @@ -11,16 +11,15 @@ MAINTAINER= novel@FreeBSD.org COMMENT= ASN.1 structure parser library USE_LDCONFIG= yes -USES= pkgconfig pathfix gmake +USES= pkgconfig pathfix gmake libtool GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS DOCS= AUTHORS NEWS README THANKS doc/TODO \ doc/libtasn1.html doc/libtasn1.pdf doc/libtasn1.ps -.include <bsd.port.options.mk> - post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} |