d3fc97c432
Approved by: portmgr (implicitly)
18 lines
414 B
Makefile
18 lines
414 B
Makefile
# New ports collection makefile for: mule with sj3 and FreeWnn
|
|
# Date created: 7 July 1997
|
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -freewnn+sj3
|
|
CATEGORIES= japanese
|
|
COMMENT= A multilingual emacs, with sj3 and FreeWnn support built in (Only the executables)
|
|
|
|
SJ3= yes
|
|
FREEWNN= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/mule
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|