diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-07-13 09:53:24 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-07-13 09:53:24 +0000 |
commit | 4c9ac857b8b479d19b02555e656ceee119d0b69b (patch) | |
tree | ab86c8bd6981172f2b8bfa75205623939cdf98d7 /editors/xemacs21-mule-sumo | |
parent | bbd1815e5c0e7deb7f5f0b0ae07a4a2bde8c9906 (diff) | |
download | ports-4c9ac857b8b479d19b02555e656ceee119d0b69b.tar.gz ports-4c9ac857b8b479d19b02555e656ceee119d0b69b.zip |
Notes
Diffstat (limited to 'editors/xemacs21-mule-sumo')
-rw-r--r-- | editors/xemacs21-mule-sumo/Makefile | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/editors/xemacs21-mule-sumo/Makefile b/editors/xemacs21-mule-sumo/Makefile index e89cc034c481..9d5e5690ea87 100644 --- a/editors/xemacs21-mule-sumo/Makefile +++ b/editors/xemacs21-mule-sumo/Makefile @@ -5,35 +5,9 @@ # $FreeBSD$ # -PORTNAME= xemacs-${NAMEPREFIX}sumo -PORTVERSION= ${XEMACS_REL} -CATEGORIES+= editors elisp -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 \ - ${RUN_DEP_LIST} - -NO_BUILD= yes - XEMACS_MAJOR_VER= 21 -XEMACS_REL= 21.1 -XEMACS_VER= 21.1.10 -XEMACS_ARCH= ${MACHINE_ARCH}--freebsd - -.include <bsd.port.pre.mk> - -.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 -RUN_DEP_LIST= ${LOCALBASE}/lib/xemacs-${XEMACS_VER}/${XEMACS_ARCH}/config.values:${PORTSDIR}/editors/xemacs${XEMACS_MAJOR_VER}-mule NAMEPREFIX= mule- -.endif -do-install: # empty +MASTERDIR= ${.CURDIR}/../../editors/xemacs${XEMACS_MAJOR_VER}-sumo -.include <bsd.port.post.mk> +.include "${MASTERDIR}/Makefile" |