blob: 1b7fcc742bc18a7987b157210fe9114ad3b1d05a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: mule with Canna and sj3
# Date created: 7 July 1997
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -canna+sj3
CATEGORIES= japanese
COMMENT= A multilingual emacs, with Canna and sj3 support built in (Only the executables)
CANNA= yes
SJ3= yes
MASTERDIR= ${.CURDIR}/../../editors/mule
PKGDIR= ${.CURDIR}
.include "${MASTERDIR}/Makefile"
|