# Created by: Sergei Kolobov # $FreeBSD: head/security/libtasn1/Makefile 413488 2016-04-17 02:50:39Z novel $ PORTNAME= libtasn1 PORTVERSION= 4.16.0 CATEGORIES= security MASTER_SITES= GNU \ GNUPG/gnutls/${PORTNAME} MAINTAINER= novel@FreeBSD.org COMMENT= ASN.1 structure parser library USE_LDCONFIG= yes USES= cpe pkgconfig pathfix gmake libtool USE_CSTD= c99 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CPE_VENDOR= gnu OPTIONS_DEFINE= DOCS TEST_TARGET= check DOCS= AUTHORS NEWS README.md THANKS doc/TODO \ doc/libtasn1.html doc/libtasn1.pdf doc/libtasn1.ps INFO= libtasn1 post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .include