1995-04-11 01:19:12 +00:00
|
|
|
# New ports collection makefile for: gnuplot
|
1997-07-19 01:09:16 +00:00
|
|
|
# Version required: beta336
|
1997-01-12 20:07:26 +00:00
|
|
|
# Date created: 11 January 1997
|
1997-01-13 08:15:58 +00:00
|
|
|
# Whom: chuckr
|
1995-04-11 01:19:12 +00:00
|
|
|
#
|
1998-03-28 20:12:07 +00:00
|
|
|
# $Id: Makefile,v 1.13 1997/09/01 07:41:23 cwt Exp $
|
1995-04-11 01:19:12 +00:00
|
|
|
#
|
|
|
|
|
1997-07-22 02:22:31 +00:00
|
|
|
DISTNAME= gnuplot-beta336
|
1997-07-19 01:09:16 +00:00
|
|
|
PKGNAME= gnuplot-336
|
1996-11-18 10:25:35 +00:00
|
|
|
CATEGORIES= math graphics
|
1997-01-12 20:07:26 +00:00
|
|
|
MASTER_SITES= http://www.ipc.chiba-u.ac.jp/~yamaga/gnuplot%2B/3.6base/
|
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
|
|
|
|
1998-03-28 20:12:07 +00:00
|
|
|
LIB_DEPENDS= png\\.0\\.:${PORTSDIR}/graphics/png
|
1997-07-22 02:22:31 +00:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/gnuplot
|
|
|
|
GNU_CONFIGURE= yes
|
1997-09-01 07:41:23 +00:00
|
|
|
CONFIGURE_ARGS= --exec-prefix=${PREFIX} \
|
|
|
|
--includedir=${PREFIX}/include --libdir=${PREFIX}/lib \
|
|
|
|
--with-x --without-linux-vga \
|
|
|
|
--with-gnu-readline --with-lasergnu --with-png
|
1995-04-22 11:30:15 +00:00
|
|
|
|
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>
|