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