aboutsummaryrefslogtreecommitdiff
path: root/editors/semi113-xemacs20/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/semi113-xemacs20/Makefile')
-rw-r--r--editors/semi113-xemacs20/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/editors/semi113-xemacs20/Makefile b/editors/semi113-xemacs20/Makefile
deleted file mode 100644
index 7eb072bdee27..000000000000
--- a/editors/semi113-xemacs20/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: semi-current for xemacs20
-# Date created: 25 July 1999
-# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-MAINTAINER= shige@FreeBSD.org
-
-# This is a slave port.
-PORTCLASS= slave
-
-MASTERDIR= ${.CURDIR}/../../editors/semi-emacs-current
-
-# emacs port setup
-EMACS_NAME= xemacs
-EMACS_PORT= xemacs20
-EMACS_VER= 20.4
-EMACS_LIBDIR= lib/${EMACS_NAME}
-# xemacs-20.4 has no version specific site-lisp directories.
-EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}
-
-# use pkg/* files in ${.CURDIR}
-PKGDIR= ${.CURDIR}/pkg
-
-.include <${MASTERDIR}/Makefile>