1995-04-11 01:19:12 +00:00
|
|
|
# New ports collection makefile for: gnuplot
|
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
|
|
|
#
|
|
|
|
|
2000-04-14 07:20:58 +00:00
|
|
|
PORTNAME= gnuplot
|
|
|
|
PORTVERSION= 3.7.1
|
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
|
|
|
|
2000-07-04 07:13:35 +00:00
|
|
|
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \
|
2000-06-06 17:56:52 +00:00
|
|
|
gd.1:${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
|
2000-01-21 23:18:04 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/gd"
|
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 \
|
2000-02-09 02:40:20 +00:00
|
|
|
--with-readline=gnu --with-lasergnu --with-png
|
1995-04-22 11:30:15 +00:00
|
|
|
|
2000-01-23 22:49:30 +00:00
|
|
|
post-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/gnuplot
|
|
|
|
(cd ${WRKSRC}/demo;for EXAMPLES in ${WRKSRC}/demo/*; do ${INSTALL_DATA} $${EXAMPLES} ${PREFIX}/share/doc/gnuplot;done)
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/README ${PREFIX}/share/doc/gnuplot
|
|
|
|
|
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>
|