Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= dnsperf |
8 |
PORTNAME= dnsperf |
9 |
PORTVERSION= 1.0.0.0 |
9 |
PORTVERSION= 1.0.0.1 |
10 |
CATEGORIES= dns benchmarks net |
10 |
CATEGORIES= dns benchmarks net |
11 |
MASTER_SITES= ftp://ftp.nominum.com/pub/nominum/${PORTNAME}/${PORTVERSION}/ |
11 |
MASTER_SITES= ftp://ftp.nominum.com/pub/nominum/${PORTNAME}/${PORTVERSION}/ |
12 |
DISTNAME= ${PORTNAME}-${PORTVERSION}-1 |
12 |
DISTNAME= ${PORTNAME}-${PORTVERSION}-1 |
Lines 18-24
Link Here
|
18 |
|
18 |
|
19 |
HAS_CONFIGURE= yes |
19 |
HAS_CONFIGURE= yes |
20 |
|
20 |
|
21 |
PLIST_FILES= bin/dnsperf bin/resperf |
21 |
PLIST_FILES= bin/dnsperf bin/resperf bin/resperf-report |
22 |
MAN1= dnsperf.1 resperf.1 |
22 |
MAN1= dnsperf.1 resperf.1 |
23 |
|
23 |
|
|
|
24 |
#do-install: |
25 |
# ${INSTALL} ${WRKSRC}/dnsperf ${PREFIX}/bin |
26 |
# ${INSTALL} ${WRKSRC}/resperf ${PREFIX}/bin |
27 |
# ${INSTALL_SCRIPT} ${WRKSRC}/resperf-report ${PREFIX}/bin |
28 |
#.for MAN in ${MAN1} |
29 |
# ${INSTALL_MAN} ${WRKSRC}/${MAN} ${PREFIX}/man/man1 |
30 |
#.endfor |
31 |
|
24 |
.include <bsd.port.mk> |
32 |
.include <bsd.port.mk> |