aboutsummaryrefslogtreecommitdiff
path: root/editors/semi113-emacs20/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/semi113-emacs20/Makefile')
-rw-r--r--editors/semi113-emacs20/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/editors/semi113-emacs20/Makefile b/editors/semi113-emacs20/Makefile
deleted file mode 100644
index 2c7514f81d6b..000000000000
--- a/editors/semi113-emacs20/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: semi-current for emacs20
-# Version required: 1.13.3
-# Date created: 23 September 1998
-# 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= emacs
-EMACS_PORT= emacs20
-EMACS_VER= 20.4
-EMACS_LIBDIR= share/${EMACS_NAME}
-EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER}
-
-# use pkg/* files in ${.CURDIR}
-PKGDIR= ${.CURDIR}/pkg
-
-.include <${MASTERDIR}/Makefile>