blob: 0586fe8f2e6a8ecd95ed16af3230b9e1fe9259c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:48 tv Exp $
#
DISTNAME= IRRToolSet-4.8.2
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/IRRToolSet/IRRToolSet-4.8.2/
MAINTAINER= spz@NetBSD.org
HOMEPAGE= http://www.isc.org/index.pl?/sw/IRRToolSet/
COMMENT= The Internet Routing Registry Toolset - client to IRRd
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-x
.include "../../mk/bsd.pkg.mk"
|