18 lines
384 B
Makefile
18 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= chinese
|
|
PKGNAMESUFFIX= -freewnn
|
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/mule
|
|
COMMENT= Multilingual emacs, with FreeWnn support built in (Only the executables)
|
|
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
CFREEWNN= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|