diff options
author | tron <tron@pkgsrc.org> | 1999-06-07 22:45:48 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-06-07 22:45:48 +0000 |
commit | 93109de25bfd6ea2ff5c8c14afe2c24e564c9209 (patch) | |
tree | 35593ebfaf53faed92773cc9fbb2ed9ff43b3161 /graphics/tkpiechart/Makefile | |
parent | 8468ab95fff38224484247bad816e66ff938e937 (diff) | |
download | pkgsrc-93109de25bfd6ea2ff5c8c14afe2c24e564c9209.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/Makefile | 20 |
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" |