blob: 29e09ef9125531f4625df8186eb8284f08afef11 (
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: 1.1.0
# Date created: 17 October 1997
# Whom: itojun@itojun.org
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../../misc/ewipe
PATCHDIR= ${.CURDIR}/patches
COMMENT= ${.CURDIR}/pkg/COMMENT
PKGNAME= ja-ewipe-1.1.0
KANJI= yes
.include "${MASTERDIR}/Makefile"
CATEGORIES= japanese misc tk42
MAINTAINER= itojun@itojun.org
RUN_DEPENDS= wish4.2jp:${PORTSDIR}/japanese/tk42
|