summaryrefslogtreecommitdiff
path: root/graphics/plotutils/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2000-08-14 20:06:18 +0000
committerwiz <wiz>2000-08-14 20:06:18 +0000
commitc1ac8cabcf55eab108ff5aaa7c30c0de4d8d9ef2 (patch)
treeb3fe2dfe69b34cbbdeebe727b8ee2c3673a6792d /graphics/plotutils/Makefile
parentdbf632cc47ca8dacdf2e605349d710f1c40524fe (diff)
downloadpkgsrc-c1ac8cabcf55eab108ff5aaa7c30c0de4d8d9ef2.tar.gz
USE_PKGLIBTOOL -> USE_LIBTOOL. LTCONFIG_OVERRIDE saves a patch.
Diffstat (limited to 'graphics/plotutils/Makefile')
-rw-r--r--graphics/plotutils/Makefile25
1 files changed, 13 insertions, 12 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"