freebsd-ports/security/obfsclient/Makefile
Dmitry Marakasov 7c39ca43ba - Add LICENSE
- Switch to USES=localbase
- Switch to new test framework
- Don't install license as documentation

Approved by:	portmgr blanket
2016-09-11 16:11:53 +00:00

29 lines
593 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
LICENSE= BSD2CLAUSE MIT ISCL BSD3CLAUSE
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/COPYING
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 localbase pkgconfig
TEST_TARGET= check
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>