28 lines
565 B
Makefile
28 lines
565 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2014/10/31 16:43:44 sthen Exp $
|
||
|
|
||
|
COMMENT= toolset for internet routing registries
|
||
|
|
||
|
V= 5.0.1
|
||
|
DISTNAME= irrtoolset-$V
|
||
|
|
||
|
CATEGORIES= net
|
||
|
|
||
|
HOMEPAGE= http://irrtoolset.isc.org/
|
||
|
|
||
|
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
||
|
|
||
|
# BSD
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
|
||
|
WANTLIB += c m readline stdc++ termcap
|
||
|
|
||
|
MASTER_SITES= http://ftp.isc.org/isc/IRRToolSet/IRRToolSet-$V/ \
|
||
|
ftp://ftp.isc.org/isc/IRRToolSet/IRRToolSet-$V/
|
||
|
|
||
|
BUILD_DEPENDS= devel/bison
|
||
|
|
||
|
CONFIGURE_STYLE= gnu
|
||
|
CONFIGURE_ENV= YACC="${LOCALBASE}/bin/bison -y"
|
||
|
|
||
|
.include <bsd.port.mk>
|