opnsense-ports/devel/liballium/Makefile
Franco Fichtner e6ab43ba88 devel/liballium: sync with upstream
Taken from: HardenedBSD
2018-02-02 18:53:20 +01:00

27 lines
551 B
Makefile

# Created by: Fabian Keil <fk@fabiankeil.de>
# $FreeBSD$
PORTNAME= liballium
PORTVERSION= 0.0.1
CATEGORIES= devel security
MAINTAINER= fk@fabiankeil.de
COMMENT= Tor pluggable transports utility library
USE_GITHUB= yes
GH_ACCOUNT= Yawning
GH_TAGNAME= 0c9b50f
GNU_CONFIGURE= yes
USES= autoreconf libtool pathfix pkgconfig
INSTALL_TARGET= install-strip
TEST_TARGET= check
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>