freebsd-ports/security/obfsclient/Makefile
Tijl Coosemans 0bda2cf7ad - Convert to USES=autoreconf
- Remove USES=libtool:build because this port does not use libtool
2014-10-01 10:11:33 +00:00

37 lines
835 B
Makefile

# Created by: Fabian Keil <fk@fabiankeil.de>
# $FreeBSD$
PORTNAME= obfsclient
PORTVERSION= 0.0.2
PORTREVISION= 1
CATEGORIES= security
DISTNAME= g-${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-${GH_COMMIT}
MAINTAINER= fk@fabiankeil.de
COMMENT= Tor-managed pluggable transport client
LIB_DEPENDS= liballium-1.0.so:${PORTSDIR}/devel/liballium \
libevent.so:${PORTSDIR}/devel/libevent2
USE_GITHUB= yes
GH_ACCOUNT= Yawning
GH_COMMIT= 3c551c5
GH_TAGNAME= ${GH_COMMIT}
GNU_CONFIGURE= yes
USES= autoreconf compiler:c++11-lib pkgconfig tar:bzip2
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= COPYING
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR}
regression-test: build
(cd ${WRKSRC} && make check)
.include <bsd.port.mk>