summaryrefslogtreecommitdiff
path: root/graphics/plotutils/Makefile
diff options
context:
space:
mode:
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"