1995-04-11 03:19:12 +02:00
|
|
|
# New ports collection makefile for: gnuplot
|
1999-02-10 05:10:06 +01:00
|
|
|
# Version required: 3.7
|
1998-04-20 01:22:24 +02:00
|
|
|
# Date created: 19 April 1998
|
1997-01-13 09:15:58 +01:00
|
|
|
# Whom: chuckr
|
1995-04-11 03:19:12 +02:00
|
|
|
#
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1995-04-11 03:19:12 +02:00
|
|
|
#
|
|
|
|
|
1999-02-10 05:10:06 +01:00
|
|
|
DISTNAME= gnuplot-3.7
|
1996-11-18 11:25:35 +01:00
|
|
|
CATEGORIES= math graphics
|
1999-02-10 05:10:06 +01:00
|
|
|
MASTER_SITES= ftp://ftp.gnuplot.vt.edu/pub/gnuplot/
|
1994-10-06 02:09:49 +01:00
|
|
|
|
1997-01-13 09:15:58 +01:00
|
|
|
MAINTAINER= chuckr@FreeBSD.org
|
1997-01-12 21:07:26 +01:00
|
|
|
|
1999-12-27 22:28:28 +01:00
|
|
|
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \
|
|
|
|
gd.0:${PORTSDIR}/graphics/gd
|
1997-07-22 04:22:31 +02:00
|
|
|
|
1998-11-29 13:43:13 +01:00
|
|
|
USE_XLIB= yes
|
1997-07-22 04:22:31 +02:00
|
|
|
GNU_CONFIGURE= yes
|
1997-09-01 09:41:23 +02:00
|
|
|
CONFIGURE_ARGS= --exec-prefix=${PREFIX} \
|
1999-02-10 05:10:06 +01:00
|
|
|
--includedir=${LOCALBASE}/include/ \
|
|
|
|
--libdir=${LOCALBASE}/lib \
|
1997-09-01 09:41:23 +02:00
|
|
|
--with-x --without-linux-vga \
|
1999-02-10 05:10:06 +01:00
|
|
|
--with-gd=${LOCALBASE}/lib \
|
1998-04-20 01:22:24 +02:00
|
|
|
--with-gnu-readline --with-lasergnu --with-png
|
1995-04-22 13:30:15 +02:00
|
|
|
|
1999-09-11 01:40:09 +02:00
|
|
|
pre-configure:
|
|
|
|
$(SED) -e "s%@CPPFLAGS@%-I$(LOCALBASE)/include -I$(X11BASE)/include%" \
|
|
|
|
< $(WRKSRC)/Makefile.in > $(WRKDIR)/tmp-makefile.in
|
|
|
|
$(CP) $(WRKDIR)/tmp-makefile.in $(WRKSRC)/Makefile.in
|
|
|
|
|
|
|
|
|
1996-11-18 15:17:24 +01:00
|
|
|
MAN1= gnuplot.1 lasergnu.1
|
|
|
|
|
1994-10-06 02:09:49 +01:00
|
|
|
.include <bsd.port.mk>
|