freebsd-ports/net-mgmt/irrtoolset/Makefile

22 lines
448 B
Makefile
Raw Normal View History

1999-08-30 16:24:37 +02:00
# $FreeBSD$
PORTNAME= irrtoolset
PORTVERSION= 5.0.1
CATEGORIES= net-mgmt
MASTER_SITES= ISC/IRRToolSet/IRRToolSet-${PORTVERSION}
MAINTAINER= oberman@es.net
2003-02-21 14:28:59 +01:00
COMMENT= A suite of routing policy tools to interact with the IRR
PLIST_FILES= bin/rpslcheck bin/peval bin/rtconfig
USES= bison
USE_GMAKE= yes
2012-09-11 21:26:38 +02:00
GNU_CONFIGURE= yes
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
MAKE_JOBS_SAFE= yes
MAN1= rtconfig.1 peval.1 rpslcheck.1 irrtoolset-errors.1
.include <bsd.port.mk>