openbsd-ports/math/gnuplot/Makefile

43 lines
1.0 KiB
Makefile
Raw Normal View History

2004-02-04 10:02:09 -05:00
# $OpenBSD: Makefile,v 1.25 2004/02/04 15:02:09 xsa Exp $
COMMENT= "command-driven interactive function plotting program"
1998-05-17 00:30:57 -04:00
2003-05-02 14:03:20 -04:00
DISTNAME= gnuplot-3.7.3
1998-05-17 00:30:57 -04:00
CATEGORIES= math graphics
MASTER_SITES= ftp://ftp.gnuplot.info/pub/gnuplot/ \
ftp://ftp.gnuplot.vt.edu/pub/gnuplot/ \
ftp://ftp.irisa.fr/pub/gnuplot/ \
2004-02-04 10:02:09 -05:00
ftp://ftp.ucc.ie/pub/gnuplot/ \
ftp://ftp.cc.monash.edu.au/pub/gnuplot/ \
2002-05-13 19:31:24 -04:00
${MASTER_SITE_GNU:=gnuplot/}
1998-05-17 00:30:57 -04:00
HOMEPAGE= http://www.gnuplot.info/
LIB_DEPENDS= png.2::graphics/png
2000-09-23 15:59:51 -04:00
MAINTAINER= Dan Harnett <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
FLAVORS= no_x11
FLAVOR?=
2003-05-02 14:03:20 -04:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --without-linux-vga --without-gd \
2000-09-23 15:59:51 -04:00
--with-png --with-gnu-readline --with-lasergnu
2003-05-02 14:03:20 -04:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng" \
LDFLAGS="-L${LOCALBASE}/lib"
2001-11-13 15:14:39 -05:00
NO_REGRESS= Yes
1998-05-17 00:30:57 -04:00
2000-09-23 15:59:51 -04:00
.if ${FLAVOR:L:Mno_x11}
CONFIGURE_ARGS+= --without-x
.else
USE_X11= Yes
2000-09-23 15:59:51 -04:00
CONFIGURE_ARGS+= --with-x
.endif
1998-05-17 00:30:57 -04:00
.include <bsd.port.mk>