2014-08-23 16:43:06 +02:00
|
|
|
# Created by: Fabian Keil <fk@fabiankeil.de>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= obfsclient
|
|
|
|
PORTVERSION= 0.0.2
|
2016-06-01 15:15:36 +02:00
|
|
|
DISTVERSIONPREFIX= v
|
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
2017-04-01 17:23:30 +02:00
|
|
|
PORTREVISION= 6
|
2014-08-23 16:43:06 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
|
2016-11-04 14:40:17 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-08-23 16:43:06 +02:00
|
|
|
COMMENT= Tor-managed pluggable transport client
|
|
|
|
|
2016-09-11 18:11:53 +02:00
|
|
|
LICENSE= BSD2CLAUSE MIT ISCL BSD3CLAUSE
|
|
|
|
LICENSE_COMB= multi
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
LIB_DEPENDS= liballium-1.0.so:devel/liballium \
|
2017-02-20 03:57:04 +01:00
|
|
|
libevent.so:devel/libevent
|
2014-08-23 16:43:06 +02:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= Yawning
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2016-10-05 22:17:05 +02:00
|
|
|
USES= autoreconf compiler:c++11-lib localbase pkgconfig ssl
|
2016-09-11 18:11:53 +02:00
|
|
|
TEST_TARGET= check
|
2014-08-23 16:43:06 +02:00
|
|
|
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
|
2016-10-05 22:17:05 +02:00
|
|
|
PORTDOCS= COPYING
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR}
|
|
|
|
|
2014-08-23 16:43:06 +02:00
|
|
|
.include <bsd.port.mk>
|