2019-06-03 16:06:50 +00:00

31 lines
620 B
Makefile

# $OpenBSD: Makefile,v 1.9 2019/06/03 16:06:53 sthen Exp $
COMMENT= toolset for internet routing registries
V= 5.0.1
REVISION= 4
DISTNAME= irrtoolset-$V
CATEGORIES= net
HOMEPAGE= http://irrtoolset.isc.org/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE= Yes
WANTLIB += ${COMPILER_LIBCXX} c curses m readline
COMPILER = base-clang ports-gcc base-gcc
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>