summaryrefslogtreecommitdiffstats
path: root/misc/ewipe/Makefile
blob: 63134edb0257f45e33255e0926e36bfcb93cf25b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:	ewipe
# Version required:	0.4.7
# Date created:		17 October 1997
# Whom:			itojun@itojun.org
#
# $Id: Makefile,v 1.1.1.1 1997/10/17 13:02:48 itojun Exp $
#

DISTNAME=	ewipe0.4.7
PKGNAME=	ewipe-0.4.7
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
	for i in viewer.tcl edittable.tcl tclIndex; do \
		${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/lib/ewipe; \
	done
.if !defined(NOPORTDOCS)
	for i in dot.ewipe README Changes sample.ewp; do \
		${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/ewipe; \
	done
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud