blob: 2dc164b2056f0c7e900b95ba3517bf5955dd6459 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.12 2006/04/06 19:46:33 adam Exp $
DISTNAME= cln-1.1.11
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_TOOLS+= gmake pkg-config
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
LIBTOOL_OVERRIDE+= libtool
PKGCONFIG_OVERRIDE= cln.pc.in
INFO_FILES= # PLIST
.include "../../mk/bsd.pkg.mk"
|