2002-11-16 14:34:59 +01:00
|
|
|
# New ports collection makefile for: IRRToolSet
|
1997-05-05 12:46:20 +02:00
|
|
|
# Date created: May 4th 1997
|
|
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1997-05-05 12:46:20 +02:00
|
|
|
#
|
|
|
|
|
2002-11-16 14:34:59 +01:00
|
|
|
PORTNAME= irrtoolset
|
|
|
|
PORTVERSION= 4.7.2
|
1999-11-28 19:13:29 +01:00
|
|
|
CATEGORIES= net tk82
|
2002-11-16 14:34:59 +01:00
|
|
|
MASTER_SITES= ftp://ftp.ripe.net/tools/IRRToolSet/
|
|
|
|
DISTNAME= IRRToolSet-${PORTVERSION}
|
1997-05-05 12:46:20 +02:00
|
|
|
|
2002-09-02 02:09:31 +02:00
|
|
|
MAINTAINER= oberman@es.net
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= A suite of routing policy tools to interact with the IRR
|
1997-05-05 12:46:20 +02:00
|
|
|
|
2002-11-16 14:34:59 +01:00
|
|
|
LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83
|
1997-05-05 12:46:20 +02:00
|
|
|
|
2000-02-28 00:07:51 +01:00
|
|
|
USE_BISON= yes
|
2002-11-16 14:34:59 +01:00
|
|
|
USE_GMAKE= yes
|
2003-01-02 18:28:16 +01:00
|
|
|
USE_GCC= 2.95
|
1999-12-10 22:22:32 +01:00
|
|
|
GNU_CONFIGURE= Yes
|
2002-11-16 14:34:59 +01:00
|
|
|
CONFIGURE_ENV= TCL_TK_INCLUDE_DIR="${PREFIX}/include/tcl8.3:${PREFIX}/include/tk8.3" \
|
1999-12-10 22:22:32 +01:00
|
|
|
TCL_TK_LIBRARY_DIR=${PREFIX}/lib \
|
2002-11-16 14:34:59 +01:00
|
|
|
TCL_LIBRARY=${PREFIX}/lib/tcl8.3 \
|
|
|
|
TK_LIBRARY=${PREFIX}/lib/tk8.3 \
|
|
|
|
LD_TCL_TK_LIBS="-ltk83 -ltcl83"
|
1997-05-05 12:46:20 +02:00
|
|
|
|
2002-11-16 14:34:59 +01:00
|
|
|
MAN1= CIDRAdvisor.1 aoe.1 prpath.1 RtConfig.1 peval.1 \
|
|
|
|
roe.1 rpslcheck.1 prtraceroute.1
|
|
|
|
MAN3= librpsl.3
|
1997-05-05 12:46:20 +02:00
|
|
|
|
2003-06-05 00:43:38 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 500113
|
|
|
|
BROKEN= "Does not compile (bad C++ code)"
|
|
|
|
.endif
|
|
|
|
|
2002-11-16 14:34:59 +01:00
|
|
|
post-patch:
|
|
|
|
@${SED} -i.orig -e 's|#include <malloc.h>|/* #include <malloc.h> */|' \
|
|
|
|
${WRKSRC}/src/irr/birdwhoisc.cc
|
|
|
|
|
|
|
|
aLL_TARGET= depend all
|
1998-02-08 04:01:24 +01:00
|
|
|
|
2003-05-18 12:15:24 +02:00
|
|
|
.include <bsd.port.post.mk>
|