From 32d3aa0e4e26fb7e176fa06344319e012a020614 Mon Sep 17 00:00:00 2001 From: Jun-ichiro itojun Hagino Date: Tue, 3 Feb 1998 12:46:25 +0000 Subject: separate japanese configuration from misc/ewipe. japanese/ewipe depends on misc/ewipe. --- japanese/ewipe/Makefile | 32 ++++++++++---------------------- japanese/ewipe/pkg-comment | 2 +- 2 files changed, 11 insertions(+), 23 deletions(-) (limited to 'japanese/ewipe') 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 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. -- cgit v1.2.3