mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
cf118ccf87
Reported by: lwhsu
30 lines
609 B
Makefile
30 lines
609 B
Makefile
PORTNAME= ipdecap
|
|
PORTVERSION= 0.7.2
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= loic-freebsd@loicp.eu
|
|
COMMENT= Decapsulate traffic encapsulated within GRE, IPIP, 6in4, ESP protocols
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/pcap/vlan.h:net/libpcap
|
|
LIB_DEPENDS= libpcap.so:net/libpcap # require ports libpcap
|
|
|
|
USES= autoreconf gmake ssl
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= lpefferkorn
|
|
|
|
GNU_CONFIGURE= yes
|
|
CFLAGS+= -I${OPENSSLINC}
|
|
LDFLAGS+= -L${OPENSSLLIB}
|
|
TEST_TARGET= check
|
|
|
|
PLIST_FILES= bin/ipdecap\
|
|
man/man1/ipdecap.1.gz
|
|
|
|
.include <bsd.port.mk>
|