summaryrefslogtreecommitdiff
path: root/graphics/plotutils
diff options
context:
space:
mode:
authorwiz <wiz>2000-08-14 20:06:18 +0000
committerwiz <wiz>2000-08-14 20:06:18 +0000
commit3bd273fa69b6dc7908310b53f2df079726a0228f (patch)
treeb3fe2dfe69b34cbbdeebe727b8ee2c3673a6792d /graphics/plotutils
parent64f8445b9f8ea14b6459d0502fff638f89dfa4e0 (diff)
downloadpkgsrc-3bd273fa69b6dc7908310b53f2df079726a0228f.tar.gz
USE_PKGLIBTOOL -> USE_LIBTOOL. LTCONFIG_OVERRIDE saves a patch.
Diffstat (limited to 'graphics/plotutils')
-rw-r--r--graphics/plotutils/Makefile25
-rw-r--r--graphics/plotutils/files/patch-sum7
-rw-r--r--graphics/plotutils/pkg/PLIST4
3 files changed, 21 insertions, 15 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile
index 7aeb300fc50..e48fafda8d1 100644
--- a/graphics/plotutils/Makefile
+++ b/graphics/plotutils/Makefile
@@ -1,22 +1,23 @@
-# $NetBSD: Makefile,v 1.8 2000/07/18 23:07:46 itohy Exp $
+# $NetBSD: Makefile,v 1.9 2000/08/14 20:06:18 wiz Exp $
#
-DISTNAME= plotutils-2.3
+DISTNAME= plotutils-2.3
# "nb1" 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.3nb1
-CATEGORIES= devel graphics x11
-MASTER_SITES= ${MASTER_SITE_GNU:=plotutils/}
+PKGNAME= plotutils-2.3nb1
+CATEGORIES= devel graphics x11
+MASTER_SITES= ${MASTER_SITE_GNU:=plotutils/}
-MAINTAINER= dmcmahill@netbsd.org
-HOMEPAGE= http://www.gnu.org/software/plotutils/plotutils.html
+MAINTAINER= dmcmahill@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/plotutils/plotutils.html
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--enable-libplotter
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --enable-libplotter
-USE_PKGLIBTOOL= yes
-USE_X11BASE= yes
+USE_LIBTOOL= yes
+USE_X11BASE= yes
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/libxmi/ltconfig
-INFO_FILES= plotutils.info
+INFO_FILES= plotutils.info
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/plotutils/files/patch-sum b/graphics/plotutils/files/patch-sum
index a861b6dde50..6ec24c11f91 100644
--- a/graphics/plotutils/files/patch-sum
+++ b/graphics/plotutils/files/patch-sum
@@ -1,3 +1,6 @@
-$NetBSD: patch-sum,v 1.3 1999/10/10 14:49:13 dmcmahill Exp $
+$NetBSD: patch-sum,v 1.4 2000/08/14 20:06:18 wiz Exp $
-MD5 (patch-aa) = d8ab710b82c151130a56861750bd867d
+This placeholder file is generated by the ``makepatchsum'' target
+whenever the patches directory is empty or missing. Its purpose
+is to ensure that the presence of any obsolete patches will cause
+the proper error to be emitted at build time.
diff --git a/graphics/plotutils/pkg/PLIST b/graphics/plotutils/pkg/PLIST
index c212a2e6e0d..d65d8838d20 100644
--- a/graphics/plotutils/pkg/PLIST
+++ b/graphics/plotutils/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2000/07/18 07:41:25 itohy Exp $
+@comment $NetBSD: PLIST,v 1.5 2000/08/14 20:06:19 wiz Exp $
bin/double
bin/graph
bin/ode
@@ -11,8 +11,10 @@ include/plot.h
include/plotcompat.h
include/plotter.h
lib/libplot.a
+lib/libplot.la
lib/libplot.so.3.0
lib/libplotter.a
+lib/libplotter.la
lib/libplotter.so.3.0
man/man1/ode.1
man/man1/plot.1