1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/net/ipdecap/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>