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