1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/math/gnuplot/Makefile
Chuck Robey 9fc2108828 Upgrade gnuplot to 3.7.1
PR:		15505
Submitted by:	Ade Lovett.
2000-01-21 23:18:04 +00:00

31 lines
762 B
Makefile

# New ports collection makefile for: gnuplot
# Version required: 3.7.1
# Date created: 19 April 1998
# Whom: chuckr
#
# $FreeBSD$
#
DISTNAME= gnuplot-3.7.1
CATEGORIES= math graphics
MASTER_SITES= ftp://ftp.gnuplot.vt.edu/pub/gnuplot/
MAINTAINER= chuckr@FreeBSD.org
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
gd.0:${PORTSDIR}/graphics/gd
USE_XLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/gd"
CONFIGURE_ARGS= --exec-prefix=${PREFIX} \
--includedir=${LOCALBASE}/include/ \
--libdir=${LOCALBASE}/lib \
--with-x --without-linux-vga \
--with-gd=${LOCALBASE}/lib \
--with-gnu-readline --with-lasergnu --with-png
MAN1= gnuplot.1 lasergnu.1
.include <bsd.port.mk>