diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-01-06 01:51:50 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-01-06 01:51:50 +0000 |
commit | dcd61f541c7b88179aa647d0e5aac427c7cfd02a (patch) | |
tree | 9fa596489c7303d5a3ae52fc68fed53f8189ab82 /editors/xemacs21-sumo/Makefile | |
parent | New ports for XEmacs-21.1.8 with MULE. (diff) |
New meta ports for XEmacs-21.1.8 with MULE and sumo-packages.
Fix after repository-copy.
All XEmacs(version 21) ports has been merged and its' mule ports were
ported. Here is the mule meta ports of editors/xemacs21 which has been
committed so as to work with mule ports by Michael Elbel (me@FreeBSD.org).
PR: ports/15762
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Notes
Notes:
svn path=/head/; revision=24466
Diffstat (limited to 'editors/xemacs21-sumo/Makefile')
-rw-r--r-- | editors/xemacs21-sumo/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/editors/xemacs21-sumo/Makefile b/editors/xemacs21-sumo/Makefile index e822049f3c19..0e8e8732cff1 100644 --- a/editors/xemacs21-sumo/Makefile +++ b/editors/xemacs21-sumo/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: Meta port of XEmacs mule with sumo package -# Version required: 21.1.8 +# Version required: 21.1 # Date created: 19 August 1999 # Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> # # $FreeBSD$ # -DISTNAME= xemacs-${NAMEPREFIX}sumo${NAMEEXT}-${XEMACS_VER} +DISTNAME= xemacs-${NAMEPREFIX}sumo${NAMEEXT}-${XEMACS_REL} PKGNAME= ${LANGPREFIX}${DISTNAME} CATEGORIES= editors MASTER_SITES= # empty @@ -21,17 +21,18 @@ RUN_DEPENDS= ${PREFIX}/lib/xemacs/xemacs-packages/pkginfo/MANIFEST.zenirc:${PORT EXTRACT_ONLY= # empty NO_BUILD= yes -XEMACS_VER= 21.1.8 -XEMACS_DIR= xemacs-${XEMACS_VER} -ARCH_SUBDIR= ${MACHINE_ARCH}--freebsd +XEMACS_MAJOR_VER= 21 +XEMACS_REL= 21.1 +XEMACS_VER= 21.1.8 +XEMACS_ARCH= ${MACHINE_ARCH}--freebsd .if defined(LANGPREFIX) && (${LANGPREFIX} == "ja-") -RUN_DEP_LIST= ${PREFIX}/lib/${XEMACS_DIR}/${ARCH_SUBDIR}/config.values:${PORTSDIR}/japanese/xemacs${NAMEEXT} +RUN_DEP_LIST= ${PREFIX}/lib/xemacs-${XEMACS_VER}/${XEMACS_ARCH}/config.values:${PORTSDIR}/japanese/xemacs${XEMACS_MAJOR_VER}${NAMEEXT} .else -RUN_DEP_LIST= ${PREFIX}/lib/${XEMACS_DIR}/${ARCH_SUBDIR}/config.values:${PORTSDIR}/editors/xemacs-mule -NAMEPREFIX= mule- +RUN_DEP_LIST= ${PREFIX}/lib/xemacs-${XEMACS_VER}/${XEMACS_ARCH}/config.values:${PORTSDIR}/editors/xemacs${XEMACS_MAJOR_VER}-mule +NAMEPREFIX= mule- .endif -do-install: # empty +do-install: # empty .include <bsd.port.mk> |