blob: d1d6579ab79dada3278235730907d3f6eb21e6e1 (
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.8 1998/02/13 02:47:38 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
MAINTAINER= itojun@itojun.org
RUN_DEPENDS= wish4.2jp:${PORTSDIR}/japanese/tk42
|