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