openbsd-ports/math/gnuplot/Makefile

23 lines
627 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 1999/04/13 19:21:57 brad Exp $
1998-05-17 00:30:57 -04:00
DISTNAME= gnuplot-3.7
PKGNAME= gnuplot-3.7
1998-05-17 00:30:57 -04:00
CATEGORIES= math graphics
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
MAINTAINER= angelos@openbsd.org
LIB_DEPENDS= png:${PORTSDIR}/graphics/png
1998-05-17 00:30:57 -04:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --exec-prefix=${PREFIX} \
--includedir=${PREFIX}/include --libdir=${PREFIX}/lib \
--with-x --without-linux-vga --without-gd \
1998-05-17 00:30:57 -04:00
--with-gnu-readline --with-lasergnu --with-png
.include <bsd.port.mk>