3d75eb7220
of sourceware.cygnus.com (also known as sources.redhat.com)) o Modify bzip2 and gsl ports to use this new master_site (gnats remains to be fixed: no reply from maintainer) o Bump NEED_VERSION on those ports maintainers of the ports ok: brad@, rohee@
22 lines
451 B
Makefile
22 lines
451 B
Makefile
# $OpenBSD: Makefile,v 1.11 2001/08/26 21:23:42 heko Exp $
|
|
|
|
COMMENT= "GNU Scientific Library"
|
|
|
|
DISTNAME= gsl-0.6
|
|
CATEGORIES= devel
|
|
NEED_VERSION= 1.444
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
|
|
MASTER_SITE_SUBDIR=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>
|