svn commit: r365086 - head/net-mgmt/ettercap
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 16 15:02:00 UTC 2014
Author: sunpoet
Date: Sat Aug 16 15:01:59 2014
New Revision: 365086
URL: http://svnweb.freebsd.org/changeset/ports/365086
QAT: https://qat.redports.org/buildarchive/r365086/
Log:
- Add CPE information
Modified:
head/net-mgmt/ettercap/Makefile
Modified: head/net-mgmt/ettercap/Makefile
==============================================================================
--- head/net-mgmt/ettercap/Makefile Sat Aug 16 15:01:29 2014 (r365085)
+++ head/net-mgmt/ettercap/Makefile Sat Aug 16 15:01:59 2014 (r365086)
@@ -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}
More information about the svn-ports-all
mailing list