diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-27 03:35:20 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-27 03:35:20 +0000 |
commit | 259cd07c283cfafb0f1c4813ed3742f766069aaa (patch) | |
tree | 6791d9f4df116755bd04a92088f095fe1e28656c /editors/xemacs21-sumo | |
parent | 160b471df54902864224a552695ab75fbdc6a65a (diff) | |
download | ports-259cd07c283cfafb0f1c4813ed3742f766069aaa.tar.gz ports-259cd07c283cfafb0f1c4813ed3742f766069aaa.zip |
Notes
Diffstat (limited to 'editors/xemacs21-sumo')
-rw-r--r-- | editors/xemacs21-sumo/Makefile | 37 | ||||
-rw-r--r-- | editors/xemacs21-sumo/pkg-comment | 1 | ||||
-rw-r--r-- | editors/xemacs21-sumo/pkg-descr | 7 | ||||
-rw-r--r-- | editors/xemacs21-sumo/pkg-plist | 1 |
4 files changed, 46 insertions, 0 deletions
diff --git a/editors/xemacs21-sumo/Makefile b/editors/xemacs21-sumo/Makefile new file mode 100644 index 000000000000..e822049f3c19 --- /dev/null +++ b/editors/xemacs21-sumo/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: Meta port of XEmacs mule with sumo package +# Version required: 21.1.8 +# Date created: 19 August 1999 +# Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> +# +# $FreeBSD$ +# + +DISTNAME= xemacs-${NAMEPREFIX}sumo${NAMEEXT}-${XEMACS_VER} +PKGNAME= ${LANGPREFIX}${DISTNAME} +CATEGORIES= editors +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= kiri@pis.toba-cmt.ac.jp + +RUN_DEPENDS= ${PREFIX}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.zenirc:${PORTSDIR}/editors/xemacs-sumo-packages \ + ${PREFIX}/lib/xemacs/mule-packages/pkginfo/MANIFEST.skk:${PORTSDIR}/editors/xemacs-mule-sumo-packages \ + ${RUN_DEP_LIST} + +EXTRACT_ONLY= # empty +NO_BUILD= yes + +XEMACS_VER= 21.1.8 +XEMACS_DIR= xemacs-${XEMACS_VER} +ARCH_SUBDIR= ${MACHINE_ARCH}--freebsd + +.if defined(LANGPREFIX) && (${LANGPREFIX} == "ja-") +RUN_DEP_LIST= ${PREFIX}/lib/${XEMACS_DIR}/${ARCH_SUBDIR}/config.values:${PORTSDIR}/japanese/xemacs${NAMEEXT} +.else +RUN_DEP_LIST= ${PREFIX}/lib/${XEMACS_DIR}/${ARCH_SUBDIR}/config.values:${PORTSDIR}/editors/xemacs-mule +NAMEPREFIX= mule- +.endif + +do-install: # empty + +.include <bsd.port.mk> diff --git a/editors/xemacs21-sumo/pkg-comment b/editors/xemacs21-sumo/pkg-comment new file mode 100644 index 000000000000..94ae82301d2f --- /dev/null +++ b/editors/xemacs21-sumo/pkg-comment @@ -0,0 +1 @@ +The "meta-port" for XEmacs Mule with SUMO packages. diff --git a/editors/xemacs21-sumo/pkg-descr b/editors/xemacs21-sumo/pkg-descr new file mode 100644 index 000000000000..d3a787e40fbb --- /dev/null +++ b/editors/xemacs21-sumo/pkg-descr @@ -0,0 +1,7 @@ +This port is for XEmacs environment using XEmacs mule ports and +Mule SUMO package. Ports using on this port are editors/xemacs-packages, +editors/xemacs-mule-packages, editors/xemacs-sumo, editors/xemacs-mule-sumo, +editors/xemacs-mule-comon and japanese/xemacs*. + +--KIRIYAMA Mazuhiko +<kiri@pis.toba-cmt.ac.jp> diff --git a/editors/xemacs21-sumo/pkg-plist b/editors/xemacs21-sumo/pkg-plist new file mode 100644 index 000000000000..549a621fec0c --- /dev/null +++ b/editors/xemacs21-sumo/pkg-plist @@ -0,0 +1 @@ +@comment this plist intentionally left empty |