pkgsrc/net/irrtoolset5/Makefile
spz d26bad2846 a few bulk builds get compile failures in src/rpsl I can't reproduce;
try MAKE_JOBS_SAFE=NO to see if that fixes it for them
2011-07-04 12:08:51 +00:00

38 lines
955 B
Makefile

# $NetBSD: Makefile,v 1.4 2011/07/04 12:08:51 spz Exp $
#
DISTNAME= irrtoolset-5.0.0
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/IRRToolSet/IRRToolSet-5.0.0/
OWNER= spz@NetBSD.org
HOMEPAGE= http://irrtoolset.isc.org/
COMMENT= The Internet Routing Registry Toolset - client to IRRd
LICENSE= gnu-gpl-v2 AND mit AND modified-bsd
CONFLICTS= IRRToolSet-4.*{,nb*}
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../mk/bsd.prefs.mk"
INSTALLATION_DIRS= ${PKGBINDIR} ${PKGMANDIR}/man1
MAKE_JOBS_SAFE= NO
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= bison flex
GCC_REQD+= 3.0
CONFIG_GUESS_OVERRIDE= config.guess
CONFIG_SUB_OVERRIDE= config.sub
.if !empty(MACHINE_PLATFORM:MNetBSD-[1-4].*) || !empty(MACHINE_PLATFORM:MNetBSD-5\.[0-9][\._]*)
CONFIGURE_ENV+= LEX="${PREFIX}/bin/flex"
.include "../../devel/flex/buildlink3.mk"
.endif
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"