blob: dd9fc6737e37bcfbb492a66c1d2ef2272f3fbbfb (
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
33
34
35
36
37
|
# $NetBSD: Makefile,v 1.8 2013/07/15 02:02:27 ryoon Exp $
#
VERSION= 5.0.1
DISTNAME= irrtoolset-${VERSION}
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/IRRToolSet/IRRToolSet-${VERSION}/
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*}
.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 ${OPSYS} == "NetBSD"
CONFIGURE_ENV+= LEX="${PREFIX}/bin/flex"
.include "../../devel/flex/buildlink3.mk"
.endif
.include "../../mk/readline.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|