mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
6eff5967a7
Assure master ports and their lang-specific slaves of having consistent categories.
19 lines
340 B
Makefile
19 lines
340 B
Makefile
# New ports collection makefile for: ewipe
|
|
# Date created: 17 October 1997
|
|
# Whom: itojun@itojun.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= japanese
|
|
|
|
RUN_DEPENDS= wish4.2jp:${PORTSDIR}/japanese/tk42
|
|
|
|
MASTERDIR= ${.CURDIR}/../../misc/ewipe
|
|
PATCHDIR= ${.CURDIR}/patches
|
|
COMMENT= ${.CURDIR}/pkg/COMMENT
|
|
|
|
KANJI= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|