diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-16 23:01:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-16 23:01:59 +0800 |
commit | 283456612e114891505a9bd042693ba73b2f7f49 (patch) | |
tree | 2ba64eb868069cd4c88ac75dc440e2a67b1e49ed /net-mgmt | |
parent | 28bb136cd60b99aac51e0b84ec1d7e5e4d8d232b (diff) | |
download | freebsd-ports-gnome-283456612e114891505a9bd042693ba73b2f7f49.tar.gz freebsd-ports-gnome-283456612e114891505a9bd042693ba73b2f7f49.tar.zst freebsd-ports-gnome-283456612e114891505a9bd042693ba73b2f7f49.zip |
- Add CPE information
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ettercap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile index b26cab9d3870..d5548c5ff492 100644 --- a/net-mgmt/ettercap/Makefile +++ b/net-mgmt/ettercap/Makefile @@ -34,12 +34,14 @@ CMAKE_ARGS= -DBUNDLED_LIBS=OFF \ CMAKE_VERBOSE= yes LDFLAGS+= -L${LIBDIR} -L${LOCALBASE}/lib -L${LOCALBASE}/lib/libnet11 ${ICONV_LIB} -lnet -lpcap MAKE_JOBS_UNSAFE= yes -USES= bison cmake:outsource iconv pkgconfig +USES= bison cmake:outsource cpe iconv pkgconfig DOCS= AUTHORS CHANGELOG README README.BINARIES README.BUGS \ README.GIT README.PLATFORMS THANKS TODO TODO.TESTING \ doc/capture doc/decoders doc/dissectors doc/threads +CPE_VENDOR= ${PORTNAME}_project + GH_ACCOUNT= Ettercap GH_PROJECT= ${PORTNAME} GH_TAGNAME= v${PORTVERSION} |