1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/devel/liballium/Makefile
Dmitry Marakasov c5198ab3b8 - Remove bogus (in presence of USE_GITHUB) USES=tar*
- Switch to new test framework
- Switch to options helpers

Approved by:	portmgr blanket
2018-02-02 15:24:51 +00:00

28 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>