diff options
author | shige <shige@FreeBSD.org> | 2000-01-06 09:51:50 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-01-06 09:51:50 +0800 |
commit | b65f6aa150856e0abcb52c81c5dee91bfa917e58 (patch) | |
tree | 1a6a68d9e67df5ea2d890c39b6c5803000249fb6 /editors/xemacs21-mule-sumo | |
parent | 423012bbf3e25df29001051c49e04463da14acef (diff) | |
download | freebsd-ports-graphics-b65f6aa150856e0abcb52c81c5dee91bfa917e58.tar.gz freebsd-ports-graphics-b65f6aa150856e0abcb52c81c5dee91bfa917e58.tar.zst freebsd-ports-graphics-b65f6aa150856e0abcb52c81c5dee91bfa917e58.zip |
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>
Diffstat (limited to 'editors/xemacs21-mule-sumo')
-rw-r--r-- | editors/xemacs21-mule-sumo/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/editors/xemacs21-mule-sumo/Makefile b/editors/xemacs21-mule-sumo/Makefile index e822049f3c1..0e8e8732cff 100644 --- a/editors/xemacs21-mule-sumo/Makefile +++ b/editors/xemacs21-mule-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> |