blob: a2c78e02905653a2f51e882027d936246092fac8 (
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 Canna
# Date created: 7 July 1997
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -canna
CATEGORIES= japanese
COMMENT= A multilingual emacs, with Canna support built in (Only the executables)
DEPRECATED= emacs19 and related ports are obsolete; please use a more recent version
EXPIRATION_DATE= 2007-08-19
CANNA= yes
MASTERDIR= ${.CURDIR}/../../editors/mule
PKGDIR= ${.CURDIR}
.include "${MASTERDIR}/Makefile"
|