openbsd-ports/math/gnuplot/Makefile
2000-03-17 20:47:07 +00:00

29 lines
765 B
Makefile

# $OpenBSD: Makefile,v 1.9 2000/03/17 20:47:07 turan 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
PERMIT_PACKAGE_CDROM= "no modify"
PERMIT_PACKAGE_FTP= "no modify"
PERMIT_DISTFILES_CDROM= "no modify"
PERMIT_DISTFILES_FTP= Yes
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>