freebsd-ports/devel/liballium/Makefile
Mathieu Arnold c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00

31 lines
625 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 tar:bzip2
PATHFIX_MAKEFILEIN=Makefile.am
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
PLIST_SUB+= PKGNAME=${PKGNAME}
OPTIONS_DEFINE= DOCS TEST
TEST_ALL_TARGET=check
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>