pkgsrc/math/cln/Makefile

23 lines
515 B
Makefile
Raw Normal View History

2008-06-12 04:14:13 +02:00
# $NetBSD: Makefile,v 1.17 2008/06/12 02:14:36 joerg Exp $
DISTNAME= cln-1.1.13
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/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.ginac.de/CLN/
COMMENT= CLN Class Library for Numbers
2008-06-12 04:14:13 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake pkg-config
2006-06-06 16:56:20 +02:00
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= cln.pc.in
INFO_FILES= yes
.include "../../mk/bsd.pkg.mk"