d3fc97c432
Approved by: portmgr (implicitly)
17 lines
369 B
Makefile
17 lines
369 B
Makefile
# 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"
|