openbsd-ports/devel/gsl/Makefile
naddy 49afc89ea6 MASTER_SITES fix by Heikki Korpela <heko@saitti.net>:
- Add ftp.funet.fi and ftp.sunet.se mirrors where available.
- Remove broken ftp.funet.fi references.
2001-07-13 11:23:37 +00:00

23 lines
504 B
Makefile

# $OpenBSD: Makefile,v 1.10 2001/07/13 11:24:01 naddy Exp $
COMMENT= "GNU Scientific Library"
DISTNAME= gsl-0.6
CATEGORIES= devel
NEED_VERSION= 1.402
MASTER_SITES= ftp://sources.redhat.com/pub/gsl/ \
ftp://ftp.funet.fi/pub/mirrors/sourceware.cygnus.com/pub/gsl/
HOMEPAGE= http://sources.redhat.com/gsl/
MAINTAINER= Bruno Rohee <rohee@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>