opnsense-ports/security/obfsclient/Makefile
Franco Fichtner 6e643ad359 */*: sync with upstream
Taken from: FreeBSD
2016-06-02 06:58:32 +02:00

35 lines
720 B
Makefile

# Created by: Fabian Keil <fk@fabiankeil.de>
# $FreeBSD$
PORTNAME= obfsclient
PORTVERSION= 0.0.2
DISTVERSIONPREFIX= v
PORTREVISION= 2
CATEGORIES= security
MAINTAINER= fk@fabiankeil.de
COMMENT= Tor-managed pluggable transport client
LIB_DEPENDS= liballium-1.0.so:devel/liballium \
libevent.so:devel/libevent2
USE_GITHUB= yes
GH_ACCOUNT= Yawning
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>