1995-04-11 03:19:12 +02:00
|
|
|
# New ports collection makefile for: gnuplot
|
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
|
|
|
#
|
|
|
|
|
2000-04-14 09:20:58 +02:00
|
|
|
PORTNAME= gnuplot
|
|
|
|
PORTVERSION= 3.7.1
|
2001-02-12 11:01:08 +01:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
2001-09-11 05:32:41 +02:00
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
2001-02-12 11:01:08 +01:00
|
|
|
gd.2:${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
|
2000-01-22 00:18:04 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/gd"
|
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 \
|
2000-02-09 03:40:20 +01:00
|
|
|
--with-readline=gnu --with-lasergnu --with-png
|
1995-04-22 13:30:15 +02:00
|
|
|
|
2000-01-23 23:49:30 +01: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 15:17:24 +01:00
|
|
|
MAN1= gnuplot.1 lasergnu.1
|
|
|
|
|
1994-10-06 02:09:49 +01:00
|
|
|
.include <bsd.port.mk>
|