blob: 292988d3c1909aee384d8525215a3a6b77ac54e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: mule with sj3 and Wnn7
# Date created: 01/07/18
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= japanese
COMMENT= A multilingual emacs, with sj3, FreeWnn, Wnn6 and Wnn7 support built-in
DEPRECATED= emacs19 and related ports are obsolete; please use a more recent version
EXPIRATION_DATE= 2007-08-19
SJ3= yes
WNN7= yes
MASTERDIR= ${.CURDIR}/../../editors/mule
PKGDIR= ${.CURDIR}
.include "${MASTERDIR}/Makefile"
|