openbsd-ports/devel/gsl/Makefile

24 lines
479 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.18 2005/12/22 07:35:20 canacar Exp $
COMMENT= "GNU Scientific Library"
1999-03-14 10:48:49 -05:00
DISTNAME= gsl-1.7
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
SEPARATE_BUILD= simple
USE_LIBTOOL= Yes
1999-03-14 10:48:49 -05:00
.include <bsd.port.mk>