2013-02-27 17:09:27 +01:00
|
|
|
# $NetBSD: Makefile,v 1.24 2013/02/27 16:09:27 jperkin Exp $
|
2004-03-05 15:46:23 +01:00
|
|
|
|
2011-05-18 12:08:27 +02:00
|
|
|
DISTNAME= cln-1.3.2
|
2011-11-20 06:40:27 +01:00
|
|
|
PKGREVISION= 1
|
2004-03-05 15:46:23 +01:00
|
|
|
CATEGORIES= math
|
2007-01-07 10:54:52 +01:00
|
|
|
MASTER_SITES= http://www.ginac.de/CLN/ \
|
|
|
|
ftp://ftpthep.physik.uni-mainz.de/pub/gnu/
|
2004-03-05 15:46:23 +01:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.ginac.de/CLN/
|
|
|
|
COMMENT= CLN Class Library for Numbers
|
2009-09-03 12:48:18 +02:00
|
|
|
LICENSE= gnu-gpl-v2
|
2004-03-05 15:46:23 +01:00
|
|
|
|
2005-08-10 22:56:10 +02:00
|
|
|
USE_TOOLS+= gmake pkg-config
|
2006-06-06 16:56:20 +02:00
|
|
|
USE_LANGUAGES= c c++
|
2004-03-05 15:46:23 +01:00
|
|
|
USE_LIBTOOL= yes
|
2004-11-29 09:47:29 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-03-12 17:33:32 +01:00
|
|
|
PKGCONFIG_OVERRIDE= cln.pc.in
|
2007-01-04 22:20:57 +01:00
|
|
|
INFO_FILES= yes
|
2012-06-14 10:26:14 +02:00
|
|
|
TEST_TARGET= check
|
2004-03-05 15:46:23 +01:00
|
|
|
|
2013-02-27 17:09:27 +01:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
|
|
# Work around broken configure test
|
|
|
|
CONFIGURE_ENV+= cl_cv_proto_perror=yes
|
|
|
|
.endif
|
|
|
|
|
2011-11-20 06:40:27 +01:00
|
|
|
.include "../../devel/gmp/buildlink3.mk"
|
2004-03-05 15:46:23 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|