1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/security/libtasn1/Makefile
Muhammad Moinur Rahman a59cdb5d0a
security/libtasn1: Moved man to share/man
Approved by:    portmgr (blanket)
2024-01-27 13:36:28 +01:00

39 lines
820 B
Makefile

PORTNAME= libtasn1
PORTVERSION= 4.19.0
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= GNU \
GNUPG/gnutls/${PORTNAME}
MAINTAINER= novel@FreeBSD.org
COMMENT= ASN.1 structure parser library
WWW= https://www.gnu.org/software/libtasn1/
LICENSE= LGPL21+ GPLv3
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe libtool pathfix pkgconfig
USE_CSTD= c99
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
INSTALL_TARGET= install-strip
CPE_VENDOR= gnu
OPTIONS_DEFINE= DOCS
TEST_TARGET= check
DOCS= AUTHORS NEWS README.md THANKS doc/TODO
INFO= libtasn1
DOCS_CONFIGURE_ENABLE= gtk-doc
DOCS_BUILD_DEPENDS= gtkdoc-check:textproc/gtk-doc
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>