openbsd-ports/devel/gsl/Makefile
canacar 2905908a69 Update gsl to version 1.6, take over maintainership.
tested, comments and go for it espie@, ok rohee@
2005-05-30 17:58:08 +00:00

23 lines
455 B
Makefile

# $OpenBSD: Makefile,v 1.17 2005/05/30 17:58:08 canacar Exp $
COMMENT= "GNU Scientific Library"
DISTNAME= gsl-1.6
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE:=gsl/}
HOMEPAGE= http://sources.redhat.com/gsl/
MAINTAINER= Can Erkin Acar <canacar@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m
CONFIGURE_STYLE= gnu
USE_LIBTOOL= Yes
.include <bsd.port.mk>