diff options
Diffstat (limited to 'japanese/ewipe/Makefile')
-rw-r--r-- | japanese/ewipe/Makefile | 32 |
1 files changed, 10 insertions, 22 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> |