openbsd-ports/devel/gsl/Makefile

23 lines
455 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.17 2005/05/30 17:58:08 canacar Exp $
COMMENT= "GNU Scientific Library"
1999-03-14 10:48:49 -05:00
DISTNAME= gsl-1.6
CATEGORIES= devel
2002-05-13 14:50:36 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEWARE:=gsl/}
HOMEPAGE= http://sources.redhat.com/gsl/
1999-03-14 10:48:49 -05:00
MAINTAINER= Can Erkin Acar <canacar@openbsd.org>
1999-03-14 10:48:49 -05:00
2000-05-31 10:16:18 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-23 06:22:00 -05:00
WANTLIB= c m
2000-02-12 03:02:07 -05:00
CONFIGURE_STYLE= gnu
1999-03-14 10:48:49 -05:00
USE_LIBTOOL= Yes
1999-03-14 10:48:49 -05:00
.include <bsd.port.mk>