diff options
author | pav <pav@FreeBSD.org> | 2005-11-20 04:41:07 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-20 04:41:07 +0800 |
commit | 999f80cec37b0b9eed3eabe50130a82aa02f64d1 (patch) | |
tree | d84af126545d9799d4b95409e1c9e5f873f56b53 /editors | |
parent | b2d77238d8bf2f81a94b4da71911a0af520cf106 (diff) | |
download | freebsd-ports-gnome-999f80cec37b0b9eed3eabe50130a82aa02f64d1.tar.gz freebsd-ports-gnome-999f80cec37b0b9eed3eabe50130a82aa02f64d1.tar.zst freebsd-ports-gnome-999f80cec37b0b9eed3eabe50130a82aa02f64d1.zip |
- Revive japanese/xemacs21-canna
PR: ports/88528
Submitted by: NOKUBI Hirotaka <nokubi@ff.iij4u.or.jp>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs21-mule/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 1e79cc173d67..833b3d7eec2e 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -80,11 +80,6 @@ ALL_TARGET= all dist .if defined(PKGNAMEPREFIX) INSTALL_TARGET= install-arch-dep PLIST= ${PKGDIR}/pkg-plist.arch-dep -.if ${PKGNAMEPREFIX} == "ja-" -DESCR= ${PKGDIR}/pkg-descr.ja -MANLANG= ja -MAN1= xemacs.1 -.endif .else MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \ gnuserv.1 xemacs.1 @@ -173,6 +168,15 @@ CONFIGURE_ARGS+= --with-canna=no --with-wnn=no --with-wnn6=no SITE_INCLUDES+= ${LOCALBASE}/include SITE_LIBRARIES+= ${LOCALBASE}/lib +.if defined(CANNA) +PLIST_FILES+= lib/xemacs-%%XEMACS_VER%%/lisp/mule/canna-leim.elc +.endif +.if defined(PKGNAMEPREFIX) +.if ${PKGNAMEPREFIX} == "ja-" +PLIST_FILES+= man/ja/man1/xemacs.1 +.endif +.endif + # fix .so references in a few man pages pre-configure:: .for f in etc/ctags.1 etc/gnuattach.1 etc/gnuclient.1 etc/gnudoit.1 |