blob: 7c625dfcb17b6a022e40548a8835f25469f60184 (
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
|
# $NetBSD: Makefile,v 1.8 2002/05/03 21:41:31 jtb Exp $
#
DISTNAME= gsl-1.1.1
CATEGORIES= math devel
MASTER_SITES= ftp://sources.redhat.com/pub/gsl/ \
ftp://ftp.freesoftware.com/pub/sourceware/pub/gsl/ \
ftp://mirrors.rcn.net/pub/sourceware/pub/gsl/ \
ftp://gd.tuwien.ac.at/gnu/sourceware/gsl/ \
ftp://ftp.funet.fi/pub/mirrors/sourceware.cygnus.com/pub/gsl/ \
ftp://ftp.unina.it/pub/Unix/cygnus/gsl/ \
ftp://ftp.pvv.ntnu.no/pub/cygnus/sourceware.cygnus.com/gsl/ \
ftp://ftp.fic.uni.lodz.pl/pub/sources.redhat.com/pub/gsl/ \
ftp://ftp.chg.ru/pub/sourceware/gsl/ \
ftp://ftp.sun.ac.za/sites/sourceware.cygnus.com/pub/gsl/ \
ftp://ftp1.sinica.edu.tw/pub3/CYGNUS/gsl/ \
ftp://sunsite.org.uk/Mirrors/sourceware.cygnus.com/pub/gsl/ \
ftp://unix.hensa.ac.uk/mirrors/sourceware.cygnus.com/pub/gsl/
MAINTAINER= David Maxwell <david@maxwell.net>
HOMEPAGE= http://sources.redhat.com/gsl/
COMMENT= The GNU Scientific Library
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
|