# Created by: Sergei Kolobov # $FreeBSD$ PORTNAME= libtasn1 PORTVERSION= 3.3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libtasn1 MAINTAINER= novel@FreeBSD.org COMMENT= ASN.1 structure parser library USE_LDCONFIG= yes USES= pkgconfig pathfix gmake GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS DOCS= AUTHORS NEWS README THANKS doc/TODO \ doc/libtasn1.html doc/libtasn1.pdf doc/libtasn1.ps .include post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .include