|
Lines 6-42
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= irrtoolset |
8 |
PORTNAME= irrtoolset |
| 9 |
PORTVERSION= 4.8.5 |
9 |
PORTVERSION= 5.0.0 |
| 10 |
PORTREVISION= 1 |
|
|
| 11 |
CATEGORIES= net-mgmt |
10 |
CATEGORIES= net-mgmt |
| 12 |
MASTER_SITES= ${MASTER_SITE_ISC} \ |
11 |
MASTER_SITES= ${MASTER_SITE_ISC} |
| 13 |
ftp://ftp.ripe.net/tools/ |
12 |
MASTER_SITE_SUBDIR=IRRToolSet/IRRToolSet-${PORTVERSION} |
| 14 |
MASTER_SITE_SUBDIR=IRRToolSet/${DISTNAME} |
|
|
| 15 |
DISTNAME= IRRToolSet-${PORTVERSION} |
| 16 |
|
13 |
|
| 17 |
MAINTAINER= oberman@es.net |
14 |
MAINTAINER= oberman@es.net |
| 18 |
COMMENT= A suite of routing policy tools to interact with the IRR |
15 |
COMMENT= A suite of routing policy tools to interact with the IRR |
| 19 |
|
16 |
|
| 20 |
PLIST_FILES= bin/rpslcheck bin/peval bin/RtConfig |
17 |
PLIST_FILES= bin/rpslcheck bin/peval bin/rtconfig |
| 21 |
|
18 |
|
| 22 |
USE_BISON= build |
19 |
USE_BISON= build |
| 23 |
USE_GMAKE= yes |
20 |
USE_GMAKE= yes |
| 24 |
USE_GCC= 3.4 |
|
|
| 25 |
GNU_CONFIGURE= Yes |
21 |
GNU_CONFIGURE= Yes |
|
|
22 |
USE_AUTOTOOLS= libtool:22 |
| 23 |
MAKE_JOBS_SAFE= yes |
| 26 |
|
24 |
|
| 27 |
MAN1= RtConfig.1 peval.1 rpslcheck.1 IRR-Errors.1 |
|
|
| 28 |
MAN3= librpsl.3 |
| 29 |
|
25 |
|
| 30 |
ALL_TARGET= depend all |
26 |
MAN1= rtconfig.1 peval.1 rpslcheck.1 irrtoolset-errors.1 |
| 31 |
|
|
|
| 32 |
post-extract: |
| 33 |
@${RM} ${WRKSRC}/man/man1/CIDRAdvisor.1 ${WRKSRC}/man/man1/prpath.1 |
| 34 |
@${RM} ${WRKSRC}/man/man1/prtraceroute.1 ${WRKSRC}/man/man1/?oe.1 |
| 35 |
@${MV} ${WRKSRC}/man/man1/Errors.1 ${WRKSRC}/man/man1/IRR-Errors.1 |
| 36 |
|
| 37 |
post-patch: |
| 38 |
@${SED} -i.orig -e 's|#include <malloc.h>|/* #include <malloc.h> */|' \ |
| 39 |
${WRKSRC}/src/irr/birdwhoisc.cc |
| 40 |
@${RM} ${WRKSRC}/man/man1/*.orig |
| 41 |
|
27 |
|
| 42 |
.include <bsd.port.mk> |
28 |
.include <bsd.port.mk> |