mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
Revert previous changes.
This commit is contained in:
parent
13ad6bfbc5
commit
1782080167
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156157
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.emacs.mk,v 1.50 2006-02-16 12:31:32 anray Exp $
|
||||
# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.emacs.mk,v 1.51 2006-02-16 12:42:44 anray Exp $
|
||||
#
|
||||
# bsd.emacs.mk - 19990829 Shigeyuki Fukushima.
|
||||
#
|
||||
@ -61,6 +61,23 @@ 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
|
||||
@ -95,6 +112,23 @@ 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
|
||||
@ -167,7 +201,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: emacs20 emacs21"
|
||||
@${ECHO} " Emacs family: emacs19 mule emacs20 emacs21"
|
||||
@${ECHO} " XEmacs family: xemacs xemacs20 xemacs21 xemacs21-mule"
|
||||
@${ECHO} " xemacs-devel xemacs-devel-mule"
|
||||
@${FALSE}
|
||||
|
Loading…
x
Reference in New Issue
Block a user