openbsd-ports/math/gnuplot/Makefile
2000-03-05 18:30:21 +00:00

24 lines
636 B
Makefile

# $OpenBSD: Makefile,v 1.8 2000/03/05 18:30:34 espie Exp $
DISTNAME= gnuplot-3.7
PKGNAME= gnuplot-3.7
CATEGORIES= math graphics
NEED_VERSION= 1.223
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}
MASTER_SITE_SUBDIR= gnuplot
MAINTAINER= angelos@openbsd.org
LIB_DEPENDS= png:graphics/png
GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --exec-prefix=${PREFIX} \
--includedir=${PREFIX}/include --libdir=${PREFIX}/lib \
--with-x --without-linux-vga --without-gd \
--with-gnu-readline --with-lasergnu --with-png
.include <bsd.port.mk>