e9602106e1
- add patch to src/gnug++/int.defs.h for Solaris compatibility (by Ian Dickinson, iand@eng.pipex.net) - move Errors manpage to a less general name (suggested by Ian Dickinson) - add patch to src/RtConfig/f_cisco.cc by Hagen Boehm <hboehm@NIC.DTAG.DE> (fixes up the string that gets output instead of a copy of said string) - improve src/Makefile.in some more
32 lines
805 B
Makefile
32 lines
805 B
Makefile
# $NetBSD: Makefile,v 1.18 2008/03/08 11:00:35 spz Exp $
|
|
#
|
|
|
|
DISTNAME= IRRToolSet-4.8.5
|
|
PKGREVISION= 8
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.isc.org/isc/IRRToolSet/IRRToolSet-4.8.5/
|
|
|
|
MAINTAINER= spz@NetBSD.org
|
|
HOMEPAGE= http://www.isc.org/index.pl?/sw/IRRToolSet/
|
|
COMMENT= The Internet Routing Registry Toolset - client to IRRd
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= bison flex gmake perl
|
|
|
|
INSTALLATION_DIRS= ${PKGBINDIR} ${PKGMANDIR}/man1 ${PKGMANDIR}/man3
|
|
|
|
LICENSE= no-commercial-use
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --without-x
|
|
|
|
CONFIG_GUESS_OVERRIDE= config.guess src/Core/.aux/config.guess \
|
|
src/rpsl/config.guess
|
|
CONFIG_SUB_OVERRIDE= config.sub src/Core/.aux/config.sub \
|
|
src/rpsl/config.sub
|
|
|
|
PKG_DESTDIR_SUPPORT=user-destdir
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|