pkgsrc/math/cln/Makefile

27 lines
631 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2004/10/03 00:12:55 tv Exp $
#
DISTNAME= cln-1.1.6
PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/gnu/ \
ftp://ftp.santafe.edu/pub/gnu/ \
ftp://ftp.ilog.fr/pub/Users/haible/gnu/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.ginac.de/CLN/
COMMENT= CLN Class Library for Numbers
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE= ${WRKSRC}/cln.pc.in
INFO_FILES= cln.info
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"