aboutsummaryrefslogtreecommitdiff
path: root/editors/semi-xemacs21-mule
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-11-17 08:20:55 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-11-17 08:20:55 +0000
commit871b31e1fb86c6e006df237beedfbce8a452c6ec (patch)
treeb70e7eeddcd6d5d51c780937db61f563da15ca56 /editors/semi-xemacs21-mule
parent9db6acf272669ee2f369430e14aea481b3fa8ee6 (diff)
downloadports-871b31e1fb86c6e006df237beedfbce8a452c6ec.tar.gz
ports-871b31e1fb86c6e006df237beedfbce8a452c6ec.zip
- Remove a few of xemacs21-mule ports. They conflicts with
xemacs-mule-packages ports and better to be installed inside XEMACS. It fixes ports/26192 submitted by Kang-min Liu <gugod_at_gugod.org> in 2001 year. Requested by: Andrey Slusar (xemacs21-mule and xemacs-mule-package ports)
Notes
Notes: svn path=/head/; revision=148558
Diffstat (limited to 'editors/semi-xemacs21-mule')
-rw-r--r--editors/semi-xemacs21-mule/Makefile62
1 files changed, 0 insertions, 62 deletions
diff --git a/editors/semi-xemacs21-mule/Makefile b/editors/semi-xemacs21-mule/Makefile
deleted file mode 100644
index 0ed962b015b4..000000000000
--- a/editors/semi-xemacs21-mule/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# New ports collection makefile for: semi for xemacs21-mule
-# Date created: 25 July 1999
-# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= SEMI, Library of MIME feature for GNU Emacs for xemacs21-mule
-
-# This is a slave port.
-PORTCLASS= slave
-
-MASTERDIR= ${.CURDIR}/../../editors/semi
-
-# emacs port setup
-EMACS_PORT_NAME= xemacs21-mule
-EMACS_PACKAGESDIR= ${EMACS_LIBDIR}/site-packages
-# packages-subdirectories which this port requires
-EMACS_PACKAGES_SUBDIRS= info lisp man pkginfo
-
-SCRIPTS_ENV= EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR}
-PLIST_SUB= EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR}
-
-# how to make and install
-ALL_TARGET= package
-INSTALL_TARGET= install-package
-
-# RUN_DEPENDS port name's suffix is '-common'.
-HAS_COMMON_PORT= YES
-
-# whether emacs has mule feature
-HAS_MULE= YES
-
-# whether building info files by emacs or makeinfo
-BUILD_INFO_BY_EMACS= YES
-# texinfo packages
-BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_PACKAGESDIR}/../xemacs-packages/lisp/texinfo/texinfmt.el:${PORTSDIR}/editors/xemacs-packages
-
-# package info manifest
-MANIFEST= MANIFEST.semi
-
-# xemacs package
-XEMACS_PKGNAME= semi
-XEMACS_PKGVER= 1.14
-#XEMACS_PKGVER!= grep version ${.CURDIR}/../semi-emacs/files/_pkg.el | \
-# sed 's/.*:version \([0-9.]*\).*/\1/'
-XEMACS_PKG_TARBALL= ${XEMACS_PKGNAME}-${XEMACS_PKGVER}-pkg.tar.gz
-XEMACS_PKG_CONTENTS= pkginfo/${MANIFEST} lisp/${XEMACS_PKGNAME} \
- info/mime-ui-en.info info/mime-ui-ja.info \
- man/${XEMACS_PKGNAME}
-
-# package documents
-SEMIDOCDIR= ${EMACS_PACKAGESDIR}/lisp/semi
-
-xemacs-package: install
- @${RM} -f ${.CURDIR}/${XEMACS_PKG_TARBALL}
- @(cd ${LOCALBASE}/${EMACS_PACKAGESDIR} ;\
- ${TAR} -zcf ${.CURDIR}/${XEMACS_PKG_TARBALL} ${XEMACS_PKG_CONTENTS} ;\
- )
-
-.include "${MASTERDIR}/Makefile"