summaryrefslogtreecommitdiff
path: root/graphics/plotutils
diff options
context:
space:
mode:
authoritohy <itohy>2000-07-18 07:41:24 +0000
committeritohy <itohy>2000-07-18 07:41:24 +0000
commitb8d53469c81544565e11281a1b1baa50eaf4ddbd (patch)
treea51cd9f4c74e9fd9e42cca8cb09e2d36d92835f7 /graphics/plotutils
parent15ad27ea86683fbb0e358b7d1e09bb0172f8578a (diff)
downloadpkgsrc-b8d53469c81544565e11281a1b1baa50eaf4ddbd.tar.gz
Enable C++ support, required by pstoedit.
This includes "libplotter" library and "pic2plot" utility. Change PKGNAME to plotutils-2.3.0 to distinguish this from non C++ version. ^^
Diffstat (limited to 'graphics/plotutils')
-rw-r--r--graphics/plotutils/Makefile14
-rw-r--r--graphics/plotutils/pkg/PLIST42
2 files changed, 35 insertions, 21 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile
index 4815904f2ea..fa485ea0b61 100644
--- a/graphics/plotutils/Makefile
+++ b/graphics/plotutils/Makefile
@@ -1,14 +1,18 @@
-# $NetBSD: Makefile,v 1.6 2000/06/01 11:23:31 rh Exp $
+# $NetBSD: Makefile,v 1.7 2000/07/18 07:41:24 itohy Exp $
#
-DISTNAME= plotutils-2.3
+DISTNAME= plotutils-2.3
+# ".0" is added to distinguish libplotter enabled version and existent pkg.
+# If you update the base source above 2.3, this hack will no longer needed.
+PKGNAME= plotutils-2.3.0
CATEGORIES= devel graphics x11
-MASTER_SITES= ${MASTER_SITE_GNU:=plotutils/}
+MASTER_SITES= ${MASTER_SITE_GNU:=plotutils/}
-MAINTAINER= dmcmahill@netbsd.org
+MAINTAINER= dmcmahill@netbsd.org
HOMEPAGE= http://www.gnu.org/software/plotutils/plotutils.html
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--enable-libplotter
USE_PKGLIBTOOL= yes
USE_X11BASE= yes
diff --git a/graphics/plotutils/pkg/PLIST b/graphics/plotutils/pkg/PLIST
index a0d8cf42669..c212a2e6e0d 100644
--- a/graphics/plotutils/pkg/PLIST
+++ b/graphics/plotutils/pkg/PLIST
@@ -1,17 +1,32 @@
-@comment $NetBSD: PLIST,v 1.3 1999/10/10 14:33:08 dmcmahill Exp $
-bin/spline
+@comment $NetBSD: PLIST,v 1.4 2000/07/18 07:41:25 itohy Exp $
bin/double
+bin/graph
bin/ode
+bin/pic2plot
bin/plot
-bin/tek2plot
bin/plotfont
-bin/graph
+bin/spline
+bin/tek2plot
include/plot.h
include/plotcompat.h
+include/plotter.h
+lib/libplot.a
+lib/libplot.so.3.0
+lib/libplotter.a
+lib/libplotter.so.3.0
man/man1/ode.1
man/man1/plot.1
man/man1/spline.1
man/man1/tek2plot.1
+share/libplot/README
+share/libplot/colors.txt
+share/libplot/demo-page
+share/libplot/h-demo.c
+share/libplot/h-fonts.doc
+share/libplot/h-glyphs.doc
+share/libplot/hershey.bib
+share/libplot/kana.doc
+share/libplot/kanji.doc
share/ode/README
share/ode/atwoods.ode
share/ode/bead.ode
@@ -29,15 +44,11 @@ share/ode/qcd.ode
share/ode/rumor.ode
share/ode/soliton.ode
share/ode/viscous.ode
-share/libplot/README
-share/libplot/colors.txt
-share/libplot/demo-page
-share/libplot/h-demo.c
-share/libplot/h-fonts.doc
-share/libplot/h-glyphs.doc
-share/libplot/hershey.bib
-share/libplot/kana.doc
-share/libplot/kanji.doc
+share/pic2plot/README
+share/pic2plot/macros.pic
+share/pic2plot/pic0.ps
+share/pic2plot/pic1.ps
+share/pic2plot/picmacros.ps
share/tek2plot/README
share/tek2plot/aitest.tek
share/tek2plot/dmerc.tek
@@ -48,11 +59,10 @@ share/tek2plot/ocpred.tek
share/tek2plot/scale.tek
share/tek2plot/skymap.tek
share/tek2plot/usmap.tek
-lib/libplot.so.3.0
-lib/libplot.a
@unexec install-info --delete %D/info/plotutils.info %D/info/dir
info/plotutils.info
@exec install-info %D/info/plotutils.info %D/info/dir
-@dirrm share/tek2plot
@dirrm share/libplot
@dirrm share/ode
+@dirrm share/pic2plot
+@dirrm share/tek2plot