2000-09-22 17:27:29 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2000/09/22 21:27:29 brad Exp $
|
1998-05-17 00:30:57 -04:00
|
|
|
|
2000-09-22 16:34:56 -04:00
|
|
|
DISTNAME= gnuplot-3.7.1
|
1998-05-17 00:30:57 -04:00
|
|
|
CATEGORIES= math graphics
|
2000-09-22 16:34:56 -04:00
|
|
|
NEED_VERSION= 1.333
|
1999-02-01 18:29:35 -05:00
|
|
|
MASTER_SITES= ftp://ftp.gnuplot.vt.edu/pub/gnuplot/ \
|
|
|
|
ftp://ftp.irisa.fr/pub/gnuplot/ \
|
|
|
|
ftp://ftp.cc.monash.edu.au/pub/gnuplot/ \
|
|
|
|
${MASTER_SITE_GNU}
|
1999-03-06 20:38:58 -05:00
|
|
|
MASTER_SITE_SUBDIR= gnuplot
|
1998-05-17 00:30:57 -04:00
|
|
|
|
2000-09-22 17:27:29 -04:00
|
|
|
LIB_DEPENDS= png.1::graphics/png
|
2000-09-22 16:34:56 -04:00
|
|
|
|
2000-09-22 17:27:29 -04:00
|
|
|
HOMEPAGE= http://www.gnuplot.org/
|
2000-09-22 16:34:56 -04:00
|
|
|
|
|
|
|
MAINTAINER= danh@openbsd.org
|
1998-05-17 00:30:57 -04:00
|
|
|
|
2000-03-17 15:47:07 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= "no modify"
|
|
|
|
PERMIT_PACKAGE_FTP= "no modify"
|
|
|
|
PERMIT_DISTFILES_CDROM= "no modify"
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2000-09-22 16:34:56 -04:00
|
|
|
FLAVORS= no_x11
|
|
|
|
FLAVOR?=
|
|
|
|
|
2000-09-22 17:27:29 -04:00
|
|
|
USE_GMAKE= Yes
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS= --without-linux-vga --without-gd \
|
|
|
|
--with-gnu-readline --with-lasergnu
|
1998-05-17 00:30:57 -04:00
|
|
|
|
2000-09-22 17:27:29 -04:00
|
|
|
.if ${FLAVOR:L} == "no_x11"
|
2000-09-22 16:34:56 -04:00
|
|
|
CONFIGURE_ARGS+= --without-x
|
|
|
|
.else
|
|
|
|
USE_X11= Yes
|
|
|
|
.endif
|
1998-05-17 00:30:57 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|