diff options
author | taoka <taoka@FreeBSD.org> | 2000-07-13 09:53:24 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-07-13 09:53:24 +0000 |
commit | cd265c28e6df592c84a98300eddd3a166662009b (patch) | |
tree | dc750a04a4d25ceda5c13db94d43c0b73100cee1 /editors/xemacs21-sumo | |
parent | 2033f0c3442bef9eb79d65fc9101490000615645 (diff) | |
download | FreeBSD-ports-cd265c28e6df592c84a98300eddd3a166662009b.zip FreeBSD-ports-cd265c28e6df592c84a98300eddd3a166662009b.tar.gz |
Update to version 21.1.10
Rearrange xemacs mule packages
PR: 19021
PR: 19023
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Diffstat (limited to 'editors/xemacs21-sumo')
-rw-r--r-- | editors/xemacs21-sumo/Makefile | 26 | ||||
-rw-r--r-- | editors/xemacs21-sumo/pkg-comment | 2 | ||||
-rw-r--r-- | editors/xemacs21-sumo/pkg-descr | 15 |
3 files changed, 27 insertions, 16 deletions
diff --git a/editors/xemacs21-sumo/Makefile b/editors/xemacs21-sumo/Makefile index e89cc03..62a45de 100644 --- a/editors/xemacs21-sumo/Makefile +++ b/editors/xemacs21-sumo/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: Meta port of XEmacs mule with sumo package +# New ports collection makefile for: Meta port of XEmacs with sumo package # Date created: 19 August 1999 # Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> # @@ -6,17 +6,23 @@ # PORTNAME= xemacs-${NAMEPREFIX}sumo -PORTVERSION= ${XEMACS_REL} -CATEGORIES+= editors elisp +PORTVERSION= ${XEMACS_VER} +CATEGORIES= editors MASTER_SITES= # empty DISTFILES= # empty EXTRACT_ONLY= # empty MAINTAINER= kiri@pis.toba-cmt.ac.jp -RUN_DEPENDS= ${LOCALBASE}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.zenirc:${PORTSDIR}/editors/xemacs-sumo-packages \ - ${LOCALBASE}/lib/xemacs/mule-packages/pkginfo/MANIFEST.skk:${PORTSDIR}/editors/xemacs-mule-sumo-packages \ +.if defined(NAMEPREFIX) && ${NAMEPREFIX} == "mule-" || \ + defined(PKGNAMEPREFIX) && ${PKGNAMEPREFIX} != "" +RUN_DEPENDS= ${LOCALBASE}/share/doc/xemacs-additional-packages:${PORTSDIR}/editors/xemacs-additional-packages \ + ${LOCALBASE}/lib/xemacs/mule-packages/pkginfo/MANIFEST.leim:${PORTSDIR}/editors/xemacs-mule-packages \ ${RUN_DEP_LIST} +.else +RUN_DEPENDS= ${LOCALBASE}/share/doc/xemacs-additional-packages:${PORTSDIR}/editors/xemacs-additional-packages \ + ${RUN_DEP_LIST} +.endif NO_BUILD= yes @@ -25,15 +31,17 @@ XEMACS_REL= 21.1 XEMACS_VER= 21.1.10 XEMACS_ARCH= ${MACHINE_ARCH}--freebsd +do-install: # empty + .include <bsd.port.pre.mk> -.if defined(PKGNAMEPREFIX) && (${PKGNAMEPREFIX} == "ja-") +.if defined(PKGNAMEPREFIX) && ${PKGNAMEPREFIX} == "ja-" RUN_DEP_LIST= ${LOCALBASE}/lib/xemacs-${XEMACS_VER}/${XEMACS_ARCH}/config.values:${PORTSDIR}/japanese/xemacs${XEMACS_MAJOR_VER}${PKGNAMESUFFIX} -.else +.elif defined(NAMEPREFIX) && ${NAMEPREFIX} == "mule-" RUN_DEP_LIST= ${LOCALBASE}/lib/xemacs-${XEMACS_VER}/${XEMACS_ARCH}/config.values:${PORTSDIR}/editors/xemacs${XEMACS_MAJOR_VER}-mule NAMEPREFIX= mule- +.else +RUN_DEP_LIST= ${LOCALBASE}/lib/xemacs-${XEMACS_VER}/${XEMACS_ARCH}/config.values:${PORTSDIR}/editors/xemacs${XEMACS_MAJOR_VER} .endif -do-install: # empty - .include <bsd.port.post.mk> diff --git a/editors/xemacs21-sumo/pkg-comment b/editors/xemacs21-sumo/pkg-comment index b3108fb..7e0724b 100644 --- a/editors/xemacs21-sumo/pkg-comment +++ b/editors/xemacs21-sumo/pkg-comment @@ -1 +1 @@ -The "meta-port" for XEmacs Mule with SUMO packages +The "meta-port" for XEmacs with SUMO packages diff --git a/editors/xemacs21-sumo/pkg-descr b/editors/xemacs21-sumo/pkg-descr index 48ca1e9..fad3a4c 100644 --- a/editors/xemacs21-sumo/pkg-descr +++ b/editors/xemacs21-sumo/pkg-descr @@ -1,11 +1,14 @@ -This port is for XEmacs environment using XEmacs mule ports and -Mule SUMO packages. +This port is for XEmacs environment using XEmacs ports and Mule SUMO +packages. `SUMO package would be made by installing xemacs-packages and +xemacs-additonal-packages(for Mule SUMO xemacs-basic-mule-packages and +xemacs-mule-packages in addition). -This package is built with Multilingual Imput Methods. Especially, Japanese -input is supported by using SKK, SJ3, Canna, Wnn4 or Wnn6 as an external -input engine . Each input method would be supported in following ports -respectively: +Each package except for xemacs21-sumo is built with Multilingual Imput +Methods. Especially, Japanese input is supported by using SKK, SJ3, Canna, +Wnn4 or Wnn6 as an external input engine . Each input method would be +supported in following ports respectively: + editors/xemacs21-sumo ............... No input method supports editors/xemacs21-mule-sumo .......... SKK, SJ3 japanese/xemacs21-sumo-canna ........ SKK, SJ3, Canna japanese/xemacs21-sumo-canna+wnn4 ... SKK, SJ3, Canna, Wnn4 |