diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-03-23 08:33:20 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-03-23 08:33:20 +0000 |
commit | 8d002044833b8f9c62f2e02c0ef28fe6c4c47e64 (patch) | |
tree | b4a24a87d975342c7234b3fce3db71c95ecb6e66 | |
parent | a1f7378c0b852dd60f17e1d177042f2bea18f327 (diff) | |
download | ports-8d002044833b8f9c62f2e02c0ef28fe6c4c47e64.tar.gz ports-8d002044833b8f9c62f2e02c0ef28fe6c4c47e64.zip |
Notes
-rw-r--r-- | net/ipdecap/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/net/ipdecap/Makefile b/net/ipdecap/Makefile index 0e26badad8f4..63aac9652c26 100644 --- a/net/ipdecap/Makefile +++ b/net/ipdecap/Makefile @@ -2,8 +2,8 @@ PORTNAME= ipdecap PORTVERSION= 0.7.1 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net MAINTAINER= loic-freebsd@loicp.eu @@ -13,20 +13,18 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/pcap/vlan.h:net/libpcap -LIB_DEPENDS= libpcap.so.1:net/libpcap # require ports libpcap - -PLIST_FILES= bin/ipdecap\ - man/man1/ipdecap.1.gz +LIB_DEPENDS= libpcap.so.1:net/libpcap # require ports libpcap USE_GITHUB= yes GH_ACCOUNT= lpefferkorn -GNU_CONFIGURE= yes USES= autoreconf gmake ssl +GNU_CONFIGURE= yes CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} +TEST_TARGET= check -regression-test: extract - cd ${WRKSRC}/unit_tests && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check +PLIST_FILES= bin/ipdecap\ + man/man1/ipdecap.1.gz .include <bsd.port.mk> |