summaryrefslogtreecommitdiff
path: root/graphics/tkpiechart/Makefile
diff options
context:
space:
mode:
authortron <tron>1999-06-07 22:45:48 +0000
committertron <tron>1999-06-07 22:45:48 +0000
commit910bbf77812851ab5dd938b1ba6ebe2085c29456 (patch)
tree35593ebfaf53faed92773cc9fbb2ed9ff43b3161 /graphics/tkpiechart/Makefile
parent4ed4ca0848914f2f50146b296c006534326ce002 (diff)
downloadpkgsrc-910bbf77812851ab5dd938b1ba6ebe2085c29456.tar.gz
New "tkpiechart" package based on work contributed by Greg A. Woods in
PR pkg/6905: A Tcl/Tk pie-chart utility; in Tcl, not as an extension.
Diffstat (limited to 'graphics/tkpiechart/Makefile')
-rw-r--r--graphics/tkpiechart/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/tkpiechart/Makefile b/graphics/tkpiechart/Makefile
new file mode 100644
index 00000000000..42688d1741f
--- /dev/null
+++ b/graphics/tkpiechart/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/06/07 22:45:48 tron Exp $
+
+DISTNAME= tkpiechart-5.3
+CATEGORIES= graphics
+MASTER_SITES= http://www.multimania.com/jfontain/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.mygale.org/~jfontain/
+
+DEPENDS+= tk-8.0.5:../../x11/tk80
+DEPENDS+= stooop-3.7:../../devel/stooop
+
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+do-install:
+ ${MKDIR} ${PREFIX}/lib/tkpiechart
+ cd ${WRKSRC}; ./instapkg.tcl ${PREFIX}/lib/tkpiechart
+
+.include "../../mk/bsd.pkg.mk"