ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/net/daq/Makefile
Revision: 24721
Committed: Tue Nov 27 14:00:15 2018 UTC (5 years, 5 months ago) by laffer1
File size: 723 byte(s)
Log Message:
update daq to 2.2.2

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= daq
4 PORTVERSION= 2.2.2
5 PORTREVISION= 0
6 CATEGORIES= net
7 MASTER_SITES= https://snort.org/downloads/snortplus/ \
8 ZI
9
10 MAINTAINER= ports@MidnightBSD.org
11 COMMENT= Data Acquisition abstraction library for snort 2.9+
12
13 LICENSE= gpl2
14 LICENSE_FILE= ${WRKSRC}/COPYING
15
16 LIB_DEPENDS= libdnet.so:net/libdnet \
17 libpcap.so.1:net/libpcap # avoid base libpcap
18 BUILD_DEPENDS= flex:textproc/flex
19
20 GNU_CONFIGURE= yes
21 INSTALL_TARGET= install-strip
22 USES= bison gmake libtool
23 USE_LDCONFIG= yes
24 PLIST_SUB= PORTVERSION="${PORTVERSION}"
25 MAKE_JOBS_UNSAFE= yes
26
27 CPPFLAGS+= -I${LOCALBASE}/include
28 LIBS+= -L${LOCALBASE}/lib
29
30 post-install:
31 @${STRIP_CMD} ${PREFIX}/lib/*.so.* ${PREFIX}/lib/daq/*.so
32
33 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H