1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/math/gnuplot/Makefile
Chuck Robey 316cf389fa changed this to make us of the gd-old library (and include files)
instead of gd, so that the old gd port, which had the required gif
support, is now working.
1999-09-05 18:25:55 +00:00

30 lines
725 B
Makefile

# New ports collection makefile for: gnuplot
# Version required: 3.7
# Date created: 19 April 1998
# Whom: chuckr
#
# $FreeBSD$
#
DISTNAME= gnuplot-3.7
CATEGORIES= math graphics
MASTER_SITES= ftp://ftp.gnuplot.vt.edu/pub/gnuplot/
MAINTAINER= chuckr@FreeBSD.org
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
BUILD_DEPENDS= ${LOCALBASE}/lib/libgd-old.a:${PORTSDIR}/graphics/gd-old
USE_XLIB= yes
GNU_CONFIGURE= yes
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>