blob: 0cd96a146da894089c70677911a7be61b924ead7 (
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 Wnn4
# Version required: 2.3
# Date created: 7 July 1997
# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
#
# $Id: Makefile,v 1.1 1997/09/10 10:13:41 asami Exp $
#
PKGNAME= ja-mule-canna+sj3+wnn4-2.3
CATEGORIES= japanese editors
CANNA= yes
SJ3= yes
WNN4= yes
.include "${.CURDIR}/../../editors/mule/Makefile"
|