summaryrefslogtreecommitdiff
path: root/japanese/ewipe/Makefile
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-10-17 13:02:52 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-10-17 13:02:52 +0000
commitc6e162b754d6224fdf1117dcf3a937d757aced4b (patch)
tree4caef6db5ea51e8d5d039f39641775b1e4b20578 /japanese/ewipe/Makefile
parentNFS and xauth security patch included into PATCHFILES. (diff)
ewipe, tcl/tk based presentation tool(includes authoring tool).
Notes
Notes: svn path=/head/; revision=8307
Diffstat (limited to 'japanese/ewipe/Makefile')
-rw-r--r--japanese/ewipe/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/japanese/ewipe/Makefile b/japanese/ewipe/Makefile
new file mode 100644
index 000000000000..5edfac4c3cba
--- /dev/null
+++ b/japanese/ewipe/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: ewipe
+# Version required: 0.4.3
+# Date created: 17 October 1997
+# Whom: itojun@itojun.org
+#
+# $Id$
+#
+
+DISTNAME= ewipe0.4.4
+PKGNAME= ewipe-0.4.4
+CATEGORIES= japanese x11
+MASTER_SITES= http://al.ei.tuat.ac.jp/~sekisita/ewipe/
+
+MAINTAINER= itojun@itojun.org
+
+RUN_DEPENDS= wish4.2jp:${PORTSDIR}/japanese/tk42
+
+NO_BUILD= yes
+NO_CONFIGURE= yes
+
+do-install:
+ ${MKDIR} ${PREFIX}/lib/ewipe
+ ${MKDIR} ${PREFIX}/share/doc/ewipe
+ ${INSTALL_SCRIPT} ${WRKSRC}/ewipe ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/viewer.tcl ${PREFIX}/lib/ewipe
+ ${INSTALL_DATA} ${WRKSRC}/tclIndex ${PREFIX}/lib/ewipe
+.if !defined(NOPORTDOCS)
+ for i in dot.ewipe README Changes ewipe_sample.ewp \
+ ewipe_sample2.ewp; do\
+ ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/ewipe; \
+ done
+.endif
+
+.include <bsd.port.mk>