mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
24da002804
While here, fix OpenSSL build PR: 232223 Submitted by: loic-freebsd@loicp.eu (maintainer)
32 lines
622 B
Makefile
32 lines
622 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|