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. ^^
This commit is contained in:
parent
db2c0b92d1
commit
bae58cd6dc
2 changed files with 37 additions and 23 deletions
|
@ -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
|
||||
|
|
|
@ -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/ode
|
||||
bin/plot
|
||||
bin/tek2plot
|
||||
bin/plotfont
|
||||
bin/graph
|
||||
bin/ode
|
||||
bin/pic2plot
|
||||
bin/plot
|
||||
bin/plotfont
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue