1995-04-10 21:19:12 -04:00
|
|
|
# New ports collection makefile for: gnuplot
|
1997-07-18 21:09:16 -04:00
|
|
|
# Version required: beta336
|
1997-01-12 15:07:26 -05:00
|
|
|
# Date created: 11 January 1997
|
1997-01-13 03:15:58 -05:00
|
|
|
# Whom: chuckr
|
1995-04-10 21:19:12 -04:00
|
|
|
#
|
1997-09-01 03:41:23 -04:00
|
|
|
# $Id: Makefile,v 1.12 1997/07/22 02:22:31 asami Exp $
|
1995-04-10 21:19:12 -04:00
|
|
|
#
|
|
|
|
|
1997-07-21 22:22:31 -04:00
|
|
|
DISTNAME= gnuplot-beta336
|
1997-07-18 21:09:16 -04:00
|
|
|
PKGNAME= gnuplot-336
|
1996-11-18 05:25:35 -05:00
|
|
|
CATEGORIES= math graphics
|
1997-01-12 15:07:26 -05:00
|
|
|
MASTER_SITES= http://www.ipc.chiba-u.ac.jp/~yamaga/gnuplot%2B/3.6base/
|
1994-10-05 21:09:49 -04:00
|
|
|
|
1997-01-13 03:15:58 -05:00
|
|
|
MAINTAINER= chuckr@FreeBSD.org
|
1997-01-12 15:07:26 -05:00
|
|
|
|
1997-07-18 21:21:09 -04:00
|
|
|
LIB_DEPENDS= png\\.0\\.[7-9]:${PORTSDIR}/graphics/png
|
1997-07-21 22:22:31 -04:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/gnuplot
|
|
|
|
GNU_CONFIGURE= yes
|
1997-09-01 03:41:23 -04: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 07:30:15 -04:00
|
|
|
|
1996-11-18 09:17:24 -05:00
|
|
|
MAN1= gnuplot.1 lasergnu.1
|
|
|
|
|
1994-10-05 21:09:49 -04:00
|
|
|
.include <bsd.port.mk>
|