diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-14 17:47:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-14 17:47:55 +0000 |
commit | a437f26f3e51fa81b9bac27266d889a60e942237 (patch) | |
tree | 6c085a3ecb74cbb29b6a135d88fe3c335bcb1aad /net-mgmt/ettercap/Makefile | |
parent | 5fcde2efe3a88fbe1208af3f1a230b33d411b56f (diff) | |
download | ports-a437f26f3e51fa81b9bac27266d889a60e942237.tar.gz ports-a437f26f3e51fa81b9bac27266d889a60e942237.zip |
Notes
Diffstat (limited to 'net-mgmt/ettercap/Makefile')
-rw-r--r-- | net-mgmt/ettercap/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/net-mgmt/ettercap/Makefile b/net-mgmt/ettercap/Makefile index a2f3a2d8f3cd..b26cab9d3870 100644 --- a/net-mgmt/ettercap/Makefile +++ b/net-mgmt/ettercap/Makefile @@ -3,7 +3,7 @@ PORTNAME= ettercap PORTVERSION= 0.8.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net-mgmt security @@ -26,6 +26,7 @@ CMAKE_ARGS= -DBUNDLED_LIBS=OFF \ -DHAVE_LIBNET=${LOCALBASE}/lib/libnet11 \ -DHAVE_PCAP=${LIBDIR} \ -DHAVE_RESOLV=${LIBDIR} \ + -DINSTALL_SYSCONFDIR=${PREFIX}/etc \ -DLIBNET_INCLUDE_DIR=${LOCALBASE}/include/libnet11 \ -DLIBNET_LIB_DIR=${LOCALBASE}/lib/libnet11 \ -DLIBNET_LIBRARY=${LOCALBASE}/lib/libnet11 \ @@ -61,9 +62,10 @@ PCRE_CMAKE_OFF= -DHAVE_PCRE=OFF PCRE_CMAKE_ON= -DHAVE_PCRE=ON PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre PLUGINS_BUILD_DEPENDS= curl>=7.26.0:${PORTSDIR}/ftp/curl -PLUGINS_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl PLUGINS_CMAKE_OFF= -DENABLE_PLUGINS=OFF PLUGINS_CMAKE_ON= -DENABLE_PLUGINS=ON +PLUGINS_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +PLUGINS_USE_OFF= LDCONFIG=yes SSL_CMAKE_OFF= -DENABLE_SSL=OFF SSL_CMAKE_ON= -DENABLE_SSL=ON SSL_USE= OPENSSL=yes @@ -77,18 +79,11 @@ UTF8_USES= iconv .if ${PORT_OPTIONS:MPLUGINS} USE_LDCONFIG= ${PREFIX}/lib/ettercap DOCS+= doc/plugins -.else -USE_LDCONFIG= yes .endif post-install: ${INSTALL_DATA} ${WRKSRC}/share/etter.conf ${STAGEDIR}${PREFIX}/etc/etter.conf.sample -.if !exists(${PREFIX}/etc/etter.conf) - ${INSTALL_DATA} ${WRKSRC}/share/etter.conf ${STAGEDIR}${PREFIX}/etc/etter.conf -.endif -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/ -.endif .include <bsd.port.mk> |