diff options
author | itojun <itojun@FreeBSD.org> | 1998-02-03 20:46:25 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1998-02-03 20:46:25 +0800 |
commit | 5f4037f7dc6705b426337cdc3bfcc3ac289d2db1 (patch) | |
tree | be008663093e9ac8554065ae2603758a0a101f0c /japanese/ewipe | |
parent | 32b7a4edc341ca7a044e9337c566c8e8b649d264 (diff) | |
download | freebsd-ports-gnome-5f4037f7dc6705b426337cdc3bfcc3ac289d2db1.tar.gz freebsd-ports-gnome-5f4037f7dc6705b426337cdc3bfcc3ac289d2db1.tar.zst freebsd-ports-gnome-5f4037f7dc6705b426337cdc3bfcc3ac289d2db1.zip |
separate japanese configuration from misc/ewipe.
japanese/ewipe depends on misc/ewipe.
Diffstat (limited to 'japanese/ewipe')
-rw-r--r-- | japanese/ewipe/Makefile | 32 | ||||
-rw-r--r-- | japanese/ewipe/pkg-comment | 2 |
2 files changed, 11 insertions, 23 deletions
diff --git a/japanese/ewipe/Makefile b/japanese/ewipe/Makefile index 805189389c5b..fb5633ad26fd 100644 --- a/japanese/ewipe/Makefile +++ b/japanese/ewipe/Makefile @@ -3,32 +3,20 @@ # Date created: 17 October 1997 # Whom: itojun@itojun.org # -# $Id: Makefile,v 1.5 1997/10/28 22:39:03 itojun Exp $ +# $Id: Makefile,v 1.6 1997/12/05 03:14:59 itojun Exp $ # -DISTNAME= ewipe0.6.0 +# can't use PORTSDIR here, since we haven't included bsd.port.mk +FILESDIR= ${.CURDIR}/../../misc/ewipe/files +PATCHDIR= ${.CURDIR}/../../misc/ewipe/patches +PKGDIR= ${.CURDIR}/../../misc/ewipe/pkg +COMMENT= ${.CURDIR}/pkg/COMMENT + +.include <${.CURDIR}/../../misc/ewipe/Makefile> + PKGNAME= ja-ewipe-0.6.0 -CATEGORIES= japanese x11 -MASTER_SITES= http://al.ei.tuat.ac.jp/~sekisita/ewipe/ +CATEGORIES= japanese misc 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 - 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; \ - done -.endif - -.include <bsd.port.mk> diff --git a/japanese/ewipe/pkg-comment b/japanese/ewipe/pkg-comment index 5e2ef9128de2..5d5d63ad167e 100644 --- a/japanese/ewipe/pkg-comment +++ b/japanese/ewipe/pkg-comment @@ -1 +1 @@ -tcl/tck-based presentation tool. +tcl/tck-based presentation tool, with japanese configuration. |