From 7800c08a716e162057367c63a4d5d27761b9034c Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 14 Aug 2000 20:06:18 +0000 Subject: USE_PKGLIBTOOL -> USE_LIBTOOL. LTCONFIG_OVERRIDE saves a patch. --- graphics/plotutils/Makefile | 25 +++++++++++++------------ graphics/plotutils/files/patch-sum | 7 +++++-- graphics/plotutils/pkg/PLIST | 4 +++- 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 -- cgit v1.2.3