summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorAndrey Slusar <anray@FreeBSD.org>2006-02-16 12:31:32 +0000
committerAndrey Slusar <anray@FreeBSD.org>2006-02-16 12:31:32 +0000
commit13ad6bfbc50ec40f719465563dbf2cb0a70f331b (patch)
treeff419f97cbe974566477c39fb207e8c95310750f /Mk
parentUpdate to 3.50. Patch now included in distribution. (diff)
Remove 19.x emacsen.
Notes
Notes: svn path=/head/; revision=156156
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.emacs.mk38
1 files changed, 2 insertions, 36 deletions
diff --git a/Mk/bsd.emacs.mk b/Mk/bsd.emacs.mk
index bbe057b8cfd4..83b10cd70752 100644
--- a/Mk/bsd.emacs.mk
+++ b/Mk/bsd.emacs.mk
@@ -1,5 +1,5 @@
#
-# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.emacs.mk,v 1.49 2006-02-02 16:07:32 anray Exp $
+# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.emacs.mk,v 1.50 2006-02-16 12:31:32 anray Exp $
#
# bsd.emacs.mk - 19990829 Shigeyuki Fukushima.
#
@@ -61,23 +61,6 @@ Emacs_Include_MAINTAINER= ports@FreeBSD.org
EMACS_MASTERDIR_PKGFILES?= NO
-# Emacs-19.x
-.if (${EMACS_PORT_NAME} == "emacs19")
-EMACS_NAME= emacs
-EMACS_VER= 19.34
-EMACS_MAJOR_VER= 19
-EMACS_LIBDIR?= share/${EMACS_NAME}
-EMACS_LIBDIR_WITH_VER?= share/${EMACS_NAME}/${EMACS_VER}
-EMACS_PORTSDIR= ${PORTSDIR}/editors/emacs19
-EMACS_COMMON_PORT= NO
-EMACS_HAS_MULE= NO
-EMACS_NO_SUBDIRSEL= YES
-.if (${EMACS_MASTERDIR_PKGFILES} == "YES")
-COMMENTFILE?= ${PKGDIR}/pkg-comment.emacs19
-DESCR?= ${PKGDIR}/pkg-descr.emacs19
-PLIST?= ${PKGDIR}/pkg-plist.emacs19
-.endif
-
# Emacs-20.x
.elif (${EMACS_PORT_NAME} == "emacs20")
EMACS_NAME= emacs
@@ -112,23 +95,6 @@ DESCR?= ${PKGDIR}/pkg-descr.${EMACS_PORT_NAME}
PLIST?= ${PKGDIR}/pkg-plist.${EMACS_PORT_NAME}
.endif
-# Mule-19.x
-.elif (${EMACS_PORT_NAME} == "mule")
-EMACS_NAME= mule
-EMACS_VER= 19.34
-EMACS_MAJOR_VER= 19
-EMACS_LIBDIR?= share/${EMACS_NAME}
-EMACS_LIBDIR_WITH_VER?= share/${EMACS_NAME}/${EMACS_VER}
-EMACS_PORTSDIR= ${PORTSDIR}/editors/mule
-EMACS_COMMON_PORT= YES
-EMACS_HAS_MULE= YES
-EMACS_NO_SUBDIRSEL= YES
-.if (${EMACS_MASTERDIR_PKGFILES} == "YES")
-COMMENTFILE?= ${PKGDIR}/pkg-comment.${EMACS_PORT_NAME}
-DESCR?= ${PKGDIR}/pkg-descr.${EMACS_PORT_NAME}
-PLIST?= ${PKGDIR}/pkg-plist.${EMACS_PORT_NAME}
-.endif
-
# XEmacs-21.x
.elif (${EMACS_PORT_NAME} == "xemacs21")
EMACS_NAME= xemacs
@@ -201,7 +167,7 @@ PLIST?= ${PKGDIR}/pkg-plist.${EMACS_PORT_NAME}
check-makevars::
@${ECHO} "Makefile error: Bad value of EMACS_PORT_NAME: ${EMACS_PORT_NAME}."
@${ECHO} "Valid values are:"
- @${ECHO} " Emacs family: emacs19 mule emacs20 emacs21"
+ @${ECHO} " Emacs family: emacs20 emacs21"
@${ECHO} " XEmacs family: xemacs xemacs20 xemacs21 xemacs21-mule"
@${ECHO} " xemacs-devel xemacs-devel-mule"
@${FALSE}