mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
dcd61f541c
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>
39 lines
1.2 KiB
Makefile
39 lines
1.2 KiB
Makefile
# New ports collection makefile for: Meta port of XEmacs mule with sumo package
|
|
# 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_REL}
|
|
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_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-${XEMACS_VER}/${XEMACS_ARCH}/config.values:${PORTSDIR}/japanese/xemacs${XEMACS_MAJOR_VER}${NAMEEXT}
|
|
.else
|
|
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
|
|
|
|
.include <bsd.port.mk>
|