32290f6fc6
- Add USES= libtool and set INSTALL_TARGET to install-strip - Drop useless bsd.port.options.mk include - Bump PORTREVISION of ports that depend on libtasn1 as shlib version has changed - Add an UPDATING entry for that Exp-run by: antoine
27 lines
616 B
Makefile
27 lines
616 B
Makefile
# Created by: Sergei Kolobov <sergei@kolobov.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libtasn1
|
|
PORTVERSION= 4.0
|
|
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 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
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|