blob: e6d34179f273ced8f783a3f6e55e94b168e4bfd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# $NetBSD: Makefile,v 1.20 2009/02/14 16:17:06 spz Exp $
#
DISTNAME= IRRToolSet-4.8.5
PKGREVISION= 10
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"
|