blob: 6e4c9043808ef9c9c9374a10988fafff43daa3e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# New ports collection makefile for: ewipe
# Date created: 17 October 1997
# Whom: itojun@itojun.org
#
# $FreeBSD$
#
CATEGORIES= japanese
MASTERDIR= ${.CURDIR}/../../misc/ewipe
COMMENT= ${.CURDIR}/pkg-comment
KANJI= yes
.include "${MASTERDIR}/Makefile"
|