diff options
author | grant <grant@pkgsrc.org> | 2004-06-26 06:40:08 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-26 06:40:08 +0000 |
commit | 893c21da93df9e1532ee80f0822ebe83d184a0a8 (patch) | |
tree | 44735c351c12092e72eb134c9a55a86bd59248f4 /graphics/gnuplot/Makefile.common | |
parent | 9ef1deec7235190f05395097115b9bf2142524fa (diff) | |
download | pkgsrc-893c21da93df9e1532ee80f0822ebe83d184a0a8.tar.gz |
move the common bits of these packages out into gnuplot/Makefile.common.
no functional change.
Diffstat (limited to 'graphics/gnuplot/Makefile.common')
-rw-r--r-- | graphics/gnuplot/Makefile.common | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/graphics/gnuplot/Makefile.common b/graphics/gnuplot/Makefile.common new file mode 100644 index 00000000000..b516d489223 --- /dev/null +++ b/graphics/gnuplot/Makefile.common @@ -0,0 +1,30 @@ +# $NetBSD: Makefile.common,v 1.1 2004/06/26 06:40:08 grant Exp $ +# + +DISTNAME= gnuplot-4.0.0 +CATEGORIES+= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} \ + ftp://ftp.ucc.ie/pub/gnuplot/ \ + ftp://ftp.cc.monash.edu.au/pub/gnuplot/ + +MAINTAINER= root@garbled.net +HOMEPAGE= http://gnuplot.sourceforge.net/ +COMMENT= Portable interactive, function plotting utility + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +GNU_CONFIGURE= YES +USE_BUILDLINK3= YES +# because of missing rl_complete_with_tilde_expansion and rl_terminal_name +USE_GNU_READLINE= YES + +USE_MAKEINFO= YES +INFO_FILES= gnuplot.info + +CONFIGURE_ARGS+= --with-pdf +CONFIGURE_ARGS+= --with-plot=${LOCALBASE} +CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} + +.include "../../devel/readline/buildlink3.mk" +.include "../../graphics/gd/buildlink3.mk" +.include "../../print/pdflib/buildlink3.mk" |