blob: 2dffa040cbfe903c00b961d42a6e97c43c040a2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: mule with Canna, sj3 and Wnn7
# Date created: 01/07/18
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= japanese
CANNA= yes
SJ3= yes
WNN7= yes
MASTERDIR= ${.CURDIR}/../../editors/mule
PKGDIR= ${.CURDIR}
.include "${MASTERDIR}/Makefile"
|