blob: e93a53d32840df7438a326b6f1b2746b609f1e0c (
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: XEmacs for Japanese
# Date created: 5 Dec 1997
# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
# $FreeBSD$
#
PORTREVISION= 2
CATEGORIES= japanese
MAINTAINER= nokubi@ff.iij4u.or.jp
COMMENT= XEmacs (stable version) text editor (SJ3, SKK, and Canna)
MASTERDIR= ${.CURDIR}/../../editors/xemacs21-mule
CANNA= yes
DESCR= ${.CURDIR}/pkg-descr
.include "${MASTERDIR}/Makefile"
|