aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs23/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:28 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:28 +0000
commitf124555536ce4b815ff160312c094545c36ec440 (patch)
tree702199d3b5e34c9ba151483313d8c26565451c75 /editors/emacs23/Makefile
parent280725774faa4e3d91ff599cca3a1466c77d300e (diff)
downloadports-release/4.6.2.tar.gz
ports-release/4.6.2.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_6_2'.release/4.6.2
Diffstat (limited to 'editors/emacs23/Makefile')
-rw-r--r--editors/emacs23/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile
deleted file mode 100644
index b1109377e34e..000000000000
--- a/editors/emacs23/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: GNU emacs
-# Date created: 29 October 1994
-# Whom: jkh
-#
-# $FreeBSD$
-#
-
-PORTNAME= emacs
-PORTVERSION= 19.34b
-CATEGORIES= editors
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= emacs
-
-MAINTAINER= ports@FreeBSD.org
-
-EMACS_VERSION= 19.34
-CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd
-PLIST_SUB= EMACS_VERSION=${EMACS_VERSION} EMACS_ARCH=${CONFIGURE_TARGET}
-NO_LATEST_LINK= yes
-WRKSRC= ${WRKDIR}/emacs-19.34
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-.if !defined(WITHOUT_X11)
-CONFIGURE_ARGS= --with-x-toolkit --sharedstatedir=/var/run
-USE_XLIB= yes
-.else
-CONFIGURE_ARGS= --with-x=no --sharedstatedir=/var/run
-.endif
-
-STRIP=
-MAN1= emacs.1 etags.1 ctags.1
-
-post-install:
-.for file in emacs-19.34 emacsclient etags ctags b2m
- strip ${PREFIX}/bin/${file}
-.endfor
-.for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message
- install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
-.endfor
-# install emacs.sh into ${PREFIX}/etc/rc.d
- ${CHMOD} 1777 /var/run/emacs/lock
- @${MKDIR} ${PREFIX}/etc/rc.d
- @${INSTALL_SCRIPT} ${FILESDIR}/emacs.sh ${PREFIX}/etc/rc.d
-
-.include <bsd.port.mk>