summaryrefslogtreecommitdiff
path: root/graphics/ewipe/Makefile
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2008-01-31 15:47:58 +0000
committerreed <reed@pkgsrc.org>2008-01-31 15:47:58 +0000
commitc0790c84d23bb0823f95517cdc5fd0bb90c3ea15 (patch)
tree58dbbd0798f3b9862564f69349fa97d713f28bd9 /graphics/ewipe/Makefile
parentb4ef74b69c3c6affb549d00422b18cca975cb824 (diff)
downloadpkgsrc-c0790c84d23bb0823f95517cdc5fd0bb90c3ea15.tar.gz
Import new package: ewipe, a presentation tool and editor.
Put in "graphics" category because that is where magicpoint lives. Also added "japanese" to CATEGORIES. Note: magicpoint (mgp) export is broken. Extended WIPE is a presentation tool written in Tcl/Tk. It provides an user-friendly GUI authoring tool and can output presentations in HTML file format. And it provides a WIPE viewer which can show text, pictures, tables, and animations.
Diffstat (limited to 'graphics/ewipe/Makefile')
-rw-r--r--graphics/ewipe/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/graphics/ewipe/Makefile b/graphics/ewipe/Makefile
new file mode 100644
index 00000000000..de00f247b4c
--- /dev/null
+++ b/graphics/ewipe/Makefile
@@ -0,0 +1,38 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/01/31 15:47:58 reed Exp $
+#
+
+DISTNAME= ewipe-1.2.0
+CATEGORIES= graphics japanese
+MASTER_SITES= http://www.jnet-jp.to/~sekisita/ewipe/
+
+MAINTAINER= reed@reedmedia.net
+HOMEPAGE= http://www.jnet-jp.to/~sekisita/ewipe/index-e.html
+COMMENT= Presentation editor and viewer based on Tcl/Tk
+
+NO_BUILD= yes
+NO_CONFIGURE= yes
+USE_LANGUAGES= # none
+USE_TOOLS+= wish:run
+
+SUBST_CLASSES+= wish
+SUBST_MESSAGE.wish= Fixing a hardcoded command and path.
+SUBST_STAGE.wish= pre-install
+SUBST_FILES.wish= ewipe
+SUBST_SED.wish= -e 's,exec wish,exec ${WISH},'
+SUBST_SED.wish+= -e 's,PATH \.,PATH ${PREFIX}/share/ewipe,'
+
+INSTALLATION_DIRS= bin share/ewipe share/doc/ewipe share/examples/ewipe
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/ewipe ${PREFIX}/bin
+.for i in definefont.tcl edittable.tcl setpointer.tcl viewer.tcl tclIndex
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/ewipe/
+.endfor
+.for i in README dot.ewipe Changes.jp README.jp
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/ewipe/
+.endfor
+.for i in a1.gif a2.gif a3.gif a4.gif blue1.gif sample.ewp test.ewp tutorial-e.ewp tutorial.ewp
+ ${INSTALL_DATA} ${WRKSRC}/sample/${i} ${PREFIX}/share/examples/ewipe/
+.endfor
+
+.include "../../mk/bsd.pkg.mk"