mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
9250d94365
It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix
22 lines
448 B
Makefile
22 lines
448 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= irrtoolset
|
|
PORTVERSION= 5.0.1
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= ISC/IRRToolSet/IRRToolSet-${PORTVERSION}
|
|
|
|
MAINTAINER= oberman@es.net
|
|
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
|
|
GNU_CONFIGURE= yes
|
|
USE_AUTOTOOLS= libtool
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
MAN1= rtconfig.1 peval.1 rpslcheck.1 irrtoolset-errors.1
|
|
|
|
.include <bsd.port.mk>
|