mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
096560139e
- Add stage support - Fix WWW line to pet portlint
29 lines
610 B
Makefile
29 lines
610 B
Makefile
# Created by: Sergei Kolobov <sergei@kolobov.com>
|
|
# $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 <bsd.port.options.mk>
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|