blob: 5b31e1ead4fbfb3e49a2f7ad2c9679dd9e781fd9 (
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
|
# $NetBSD: Makefile,v 1.26 2015/06/30 07:56:44 wen Exp $
DISTNAME= cln-1.3.4
CATEGORIES= math
MASTER_SITES= http://www.ginac.de/CLN/ \
ftp://ftpthep.physik.uni-mainz.de/pub/gnu/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.ginac.de/CLN/
COMMENT= CLN Class Library for Numbers
LICENSE= gnu-gpl-v2
USE_TOOLS+= gmake pkg-config
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= cln.pc.in
INFO_FILES= yes
TEST_TARGET= check
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
# Work around broken configure test
CONFIGURE_ENV+= cl_cv_proto_perror=yes
.endif
.include "../../devel/gmp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|