freebsd-ports/math/gnuplot/Makefile
Chuck Robey 2edfb2bfb1 Upgrading to version 3.36. Still a beta, but improving.
This is a modification of a patch by Thomas Gellekum <tg@ihf.rwth-aachen.de>
1997-07-19 01:09:16 +00:00

22 lines
652 B
Makefile

# New ports collection makefile for: gnuplot
# Version required: beta336
# Date created: 11 January 1997
# Whom: chuckr
#
# $Id: Makefile,v 1.9 1997/01/13 08:15:58 asami Exp $
#
DISTNAME= gnuplot
PKGNAME= gnuplot-336
CATEGORIES= math graphics
MASTER_SITES= http://www.ipc.chiba-u.ac.jp/~yamaga/gnuplot%2B/3.6base/
DISTFILES= gnuplot-beta336.tar.gz
MAINTAINER= chuckr@FreeBSD.org
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} --with-x --without-linux-vga --with-gnu-readline --with-lasergnu --with-png --includedir=/usr/local/include
MAN1= gnuplot.1 lasergnu.1
.include <bsd.port.mk>