summaryrefslogtreecommitdiff
path: root/graphics/plotutils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/plotutils/Makefile')
-rw-r--r--graphics/plotutils/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile
index 4815904f2ea..fa485ea0b61 100644
--- a/graphics/plotutils/Makefile
+++ b/graphics/plotutils/Makefile
@@ -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