diff options
author | grant <grant> | 2004-06-26 06:40:08 +0000 |
---|---|---|
committer | grant <grant> | 2004-06-26 06:40:08 +0000 |
commit | d5f124f426db7588f7b31f68754ddd6a6a40d42e (patch) | |
tree | 44735c351c12092e72eb134c9a55a86bd59248f4 /graphics/gnuplot/Makefile | |
parent | 10f7cd1d17417eeb060f9df90399562c405a432d (diff) | |
download | pkgsrc-d5f124f426db7588f7b31f68754ddd6a6a40d42e.tar.gz |
move the common bits of these packages out into gnuplot/Makefile.common.
no functional change.
Diffstat (limited to 'graphics/gnuplot/Makefile')
-rw-r--r-- | graphics/gnuplot/Makefile | 28 |
1 files changed, 3 insertions, 25 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index 47f60bedc2b..8a19f3f782e 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,36 +1,14 @@ -# $NetBSD: Makefile,v 1.28 2004/06/25 17:08:13 adrianp Exp $ +# $NetBSD: Makefile,v 1.29 2004/06/26 06:40:08 grant Exp $ # -DISTNAME= gnuplot-4.0.0 SVR4_PKGNAME= gplot -CATEGORIES= graphics x11 -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 +CATEGORIES+= x11 CONFLICTS+= gnuplot-nox11-[0-9]* -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_X11= 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 "../../graphics/gnuplot/Makefile.common" -.include "../../devel/readline/buildlink3.mk" .include "../../graphics/plotutils/buildlink3.mk" -.include "../../graphics/gd/buildlink3.mk" -.include "../../print/pdflib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |