diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-02-13 02:48:15 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-02-13 02:48:15 +0000 |
commit | 3921b21883ab523880004f0d0e85bfdc62de944c (patch) | |
tree | 2e08670e7558419173708311d906bd5330169324 /misc | |
parent | 1bf136610855808c610585def50d7f3040bdb84e (diff) | |
download | ports-3921b21883ab523880004f0d0e85bfdc62de944c.tar.gz ports-3921b21883ab523880004f0d0e85bfdc62de944c.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ewipe/Makefile | 27 | ||||
-rw-r--r-- | misc/ewipe/distinfo | 2 | ||||
-rw-r--r-- | misc/ewipe/pkg-plist | 12 |
3 files changed, 29 insertions, 12 deletions
diff --git a/misc/ewipe/Makefile b/misc/ewipe/Makefile index c8f1b60b0c2e..dd8534a399fd 100644 --- a/misc/ewipe/Makefile +++ b/misc/ewipe/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: ewipe -# Version required: 0.6.0 +# Version required: 0.7.0 # Date created: 17 October 1997 # Whom: itojun@itojun.org # -# $Id: Makefile,v 1.7 1997/12/25 10:56:19 itojun Exp $ +# $Id: Makefile,v 1.8 1998/02/03 12:45:43 itojun Exp $ # -DISTNAME= ewipe0.6.0 -PKGNAME= ewipe-0.6.0 +DISTNAME= ewipe0.7.0 +PKGNAME= ewipe-0.7.0 CATEGORIES= misc MASTER_SITES= http://al.ei.tuat.ac.jp/~sekisita/ewipe/ @@ -18,16 +18,25 @@ RUN_DEPENDS= wish4.2:${PORTSDIR}/x11/tk42 NO_BUILD= yes NO_CONFIGURE= yes +DOCS= README Changes dot.ewipe +SAMPLES= a1.gif a2.gif a3.gif a4.gif blue1.gif sample.ewp \ + sample2.ewp sample3.ewp tutorial.ewp + do-install: ${MKDIR} ${PREFIX}/lib/ewipe - ${MKDIR} ${PREFIX}/share/doc/ewipe ${INSTALL_SCRIPT} ${WRKSRC}/ewipe ${PREFIX}/bin - for i in edittable.tcl setpointer.tcl viewer.tcl tclIndex; do \ - ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/lib/ewipe; \ + for i in edittable.tcl setpointer.tcl viewer.tcl tclIndex; do\ + ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/lib/ewipe;\ done .if !defined(NOPORTDOCS) - for i in README Changes blue1.gif dot.ewipe sample.ewp; do \ - ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/ewipe; \ + ${MKDIR} ${PREFIX}/share/doc/ewipe + ${MKDIR} ${PREFIX}/share/doc/ewipe/sample + for i in ${DOCS}; do\ + ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/ewipe;\ + done + for i in ${SAMPLES}; do\ + ${INSTALL_DATA} ${WRKSRC}/sample/$$i \ + ${PREFIX}/share/doc/ewipe/sample;\ done .endif diff --git a/misc/ewipe/distinfo b/misc/ewipe/distinfo index aa4a0f9d14e1..a42db8a9fda3 100644 --- a/misc/ewipe/distinfo +++ b/misc/ewipe/distinfo @@ -1 +1 @@ -MD5 (ewipe0.6.0.tar.gz) = bb2d599e24bcf5f88732ce1d3746c869 +MD5 (ewipe0.7.0.tar.gz) = a7a238c07d5ad00b87880193f4e51b8b diff --git a/misc/ewipe/pkg-plist b/misc/ewipe/pkg-plist index 455cabb09fa3..b5ea4a8c1446 100644 --- a/misc/ewipe/pkg-plist +++ b/misc/ewipe/pkg-plist @@ -5,8 +5,16 @@ lib/ewipe/viewer.tcl lib/ewipe/tclIndex share/doc/ewipe/Changes share/doc/ewipe/README -share/doc/ewipe/blue1.gif share/doc/ewipe/dot.ewipe -share/doc/ewipe/sample.ewp +share/doc/ewipe/sample/a1.gif +share/doc/ewipe/sample/a2.gif +share/doc/ewipe/sample/a3.gif +share/doc/ewipe/sample/a4.gif +share/doc/ewipe/sample/blue1.gif +share/doc/ewipe/sample/sample.ewp +share/doc/ewipe/sample/sample2.ewp +share/doc/ewipe/sample/sample3.ewp +share/doc/ewipe/sample/tutorial.ewp @dirrm lib/ewipe +@dirrm share/doc/ewipe/sample @dirrm share/doc/ewipe |