diff options
author | asami <asami@FreeBSD.org> | 1997-07-22 10:22:31 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-07-22 10:22:31 +0800 |
commit | 71d6df4e6ed3b520ca91b578221e85aae2fbd539 (patch) | |
tree | 862f1bba0b6e902746e70a1727e5b5b70a832734 /math/gnuplot | |
parent | 1edda8d82e94a4effb34a688e31af62a24208341 (diff) | |
download | freebsd-ports-gnome-71d6df4e6ed3b520ca91b578221e85aae2fbd539.tar.gz freebsd-ports-gnome-71d6df4e6ed3b520ca91b578221e85aae2fbd539.tar.zst freebsd-ports-gnome-71d6df4e6ed3b520ca91b578221e85aae2fbd539.zip |
Some little cleanups. Most notably, substitute "/usr/local" with "${PREFIX}".
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index e8aa4189036f..58d7beb69fd1 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -3,20 +3,21 @@ # Date created: 11 January 1997 # Whom: chuckr # -# $Id: Makefile,v 1.10 1997/07/19 01:09:03 chuckr Exp $ +# $Id: Makefile,v 1.11 1997/07/19 01:21:09 chuckr Exp $ # -DISTNAME= gnuplot +DISTNAME= gnuplot-beta336 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 LIB_DEPENDS= png\\.0\\.[7-9]:${PORTSDIR}/graphics/png -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 + +WRKSRC= ${WRKDIR}/gnuplot +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --exec-prefix=${PREFIX} --with-x --without-linux-vga --with-gnu-readline --with-lasergnu --with-png --includedir=${PREFIX}/include MAN1= gnuplot.1 lasergnu.1 |