Lines 1-7
Link Here
|
1 |
# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl> |
1 |
# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl> |
2 |
|
2 |
|
3 |
PORTNAME= drool |
3 |
PORTNAME= drool |
4 |
DISTVERSION= 1.1.0 |
4 |
DISTVERSION= 2.0.0 |
5 |
CATEGORIES= dns |
5 |
CATEGORIES= dns |
6 |
MASTER_SITES= https://www.dns-oarc.net/files/drool/ |
6 |
MASTER_SITES= https://www.dns-oarc.net/files/drool/ |
7 |
|
7 |
|
Lines 11-24
COMMENT= Replay DNS traffic from packet capture files
Link Here
|
11 |
LICENSE= BSD3CLAUSE |
11 |
LICENSE= BSD3CLAUSE |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
13 |
|
13 |
|
14 |
LIB_DEPENDS= libev.so:devel/libev |
14 |
MY_DEPENDS= dnsjit:dns/dnsjit |
|
|
15 |
BUILD_DEPENDS= ${MY_DEPENDS} |
16 |
RUN_DEPENDS= ${MY_DEPENDS} |
15 |
|
17 |
|
16 |
USES= pkgconfig |
|
|
17 |
GNU_CONFIGURE= yes |
18 |
GNU_CONFIGURE= yes |
18 |
USE_LDCONFIG= yes |
|
|
19 |
CPPFLAGS+= $$(pkg-config libev --cflags-only-I) |
20 |
LDFLAGS+= $$(pkg-config libev --libs-only-L) |
21 |
|
19 |
|
22 |
OPTIONS_DEFINE= DOCS |
20 |
OPTIONS_DEFINE= DATADIR |
23 |
|
21 |
|
24 |
.include <bsd.port.mk> |
22 |
.include <bsd.port.mk> |