aboutsummaryrefslogtreecommitdiff
path: root/editors/mg-static/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/mg-static/Makefile')
-rw-r--r--editors/mg-static/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/editors/mg-static/Makefile b/editors/mg-static/Makefile
deleted file mode 100644
index 64cf312a9d85..000000000000
--- a/editors/mg-static/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-
-PORTEPOCH= 0 # don't bump accidentally
-PKGNAMESUFFIX= -static
-
-COMMENT= Small, fast Emacs-like editor (rescue(8) version)
-
-MASTERDIR= ${.CURDIR}/../mg
-
-CONFIGURE_ARGS= --enable-static
-PLIST_FILES= /rescue/${PORTNAME}
-
-OPTIONS_EXCLUDE=DOCS
-
-do-install:
- ${MKDIR} ${STAGEDIR}${PLIST_FILES:[1]:H}
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PLIST_FILES:[1]}
-
-.include "${MASTERDIR}/Makefile"