blob: 66dfb8de6b6904983cb219249cb462580348bad8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: ewipe
# Version required: 0.7.0
# Date created: 17 October 1997
# Whom: itojun@itojun.org
#
# $Id: Makefile,v 1.9 1998/02/17 12:58:39 itojun Exp $
#
# 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
PKGNAME= ja-ewipe-0.7.0
.include <${.CURDIR}/../../misc/ewipe/Makefile>
CATEGORIES= japanese misc tk42
MAINTAINER= itojun@itojun.org
RUN_DEPENDS= wish4.2jp:${PORTSDIR}/japanese/tk42
|