1995-04-11 01:19:12 +00:00
|
|
|
# New ports collection makefile for: gnuplot
|
1999-02-10 04:10:06 +00:00
|
|
|
# Version required: 3.7
|
1998-04-19 23:22:24 +00:00
|
|
|
# Date created: 19 April 1998
|
1997-01-13 08:15:58 +00:00
|
|
|
# Whom: chuckr
|
1995-04-11 01:19:12 +00:00
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1995-04-11 01:19:12 +00:00
|
|
|
#
|
|
|
|
|
1999-02-10 04:10:06 +00:00
|
|
|
DISTNAME= gnuplot-3.7
|
1996-11-18 10:25:35 +00:00
|
|
|
CATEGORIES= math graphics
|
1999-02-10 04:10:06 +00:00
|
|
|
MASTER_SITES= ftp://ftp.gnuplot.vt.edu/pub/gnuplot/
|
1994-10-06 01:09:49 +00:00
|
|
|
|
1997-01-13 08:15:58 +00:00
|
|
|
MAINTAINER= chuckr@FreeBSD.org
|
1997-01-12 20:07:26 +00:00
|
|
|
|
1999-01-23 07:05:35 +00:00
|
|
|
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
|
1999-09-10 12:03:52 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/graphics/gd
|
1997-07-22 02:22:31 +00:00
|
|
|
|
1998-11-29 12:43:13 +00:00
|
|
|
USE_XLIB= yes
|
1997-07-22 02:22:31 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1997-09-01 07:41:23 +00:00
|
|
|
CONFIGURE_ARGS= --exec-prefix=${PREFIX} \
|
1999-02-10 04:10:06 +00:00
|
|
|
--includedir=${LOCALBASE}/include/ \
|
|
|
|
--libdir=${LOCALBASE}/lib \
|
1997-09-01 07:41:23 +00:00
|
|
|
--with-x --without-linux-vga \
|
1999-02-10 04:10:06 +00:00
|
|
|
--with-gd=${LOCALBASE}/lib \
|
1998-04-19 23:22:24 +00:00
|
|
|
--with-gnu-readline --with-lasergnu --with-png
|
1995-04-22 11:30:15 +00:00
|
|
|
|
1999-09-10 23:40:09 +00: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 14:17:24 +00:00
|
|
|
MAN1= gnuplot.1 lasergnu.1
|
|
|
|
|
1994-10-06 01:09:49 +00:00
|
|
|
.include <bsd.port.mk>
|