diff options
author | sem <sem@FreeBSD.org> | 2005-11-17 08:20:55 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-11-17 08:20:55 +0000 |
commit | dc3a1d219c9019cfbd367239df22a1453fbea4fb (patch) | |
tree | cbceedab408a0a5fe882cd9b0670ae10b53a8277 /mail/mew-xemacs21-mule/Makefile | |
parent | 2bac2b000fa0c8068b6bc5c0415060a5030c7146 (diff) | |
download | FreeBSD-ports-dc3a1d219c9019cfbd367239df22a1453fbea4fb.zip FreeBSD-ports-dc3a1d219c9019cfbd367239df22a1453fbea4fb.tar.gz |
- 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)
Diffstat (limited to 'mail/mew-xemacs21-mule/Makefile')
-rw-r--r-- | mail/mew-xemacs21-mule/Makefile | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/mail/mew-xemacs21-mule/Makefile b/mail/mew-xemacs21-mule/Makefile deleted file mode 100644 index fbff42b..0000000 --- a/mail/mew-xemacs21-mule/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: Mew (for xemacs21-mule) -# Date created: 17 January 1998 -# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> -# -# $FreeBSD$ -# - -MAINTAINER= ports@FreeBSD.org -COMMENT= Message interface to Emacs Window for xemacs21-mule - -# This is a slave port. -MASTERDIR= ${.CURDIR}/../mew - -IGNORE= hangs during build - -# Set emacs port -EMACS_PORT_NAME= xemacs21-mule -EMACS_PACKAGESDIR= ${EMACS_LIBDIR}/site-packages - -# Has common part -EMACS_COMMON_PORT= YES - -SCRIPTS_ENV= EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR} -MAKE_ENV= EMACS_LIBDIR=${EMACS_LIBDIR} XEMACS_PKGNAME=${XEMACS_PKGNAME} \ - XEMACS_PKGVER=${XEMACS_PKGVER} \ - EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR} -PLIST_SUB= EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR} - -# use pkg-* files in ${.CURDIR} -PKGDIR= ${.CURDIR} - -# how to install -ALL_TARGET= package info jinfo -INSTALL_TARGET= install-mule-package - -# for xemacs package -XEMACS_PKGNAME= mew -XEMACS_PKGVER= 1.16 -MEW_DOCDIR= ${EMACS_PACKAGESDIR}/etc/${XEMACS_PKGNAME} - -.include "${MASTERDIR}/Makefile" |