summaryrefslogtreecommitdiff
path: root/editors/fe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/fe/Makefile')
-rw-r--r--editors/fe/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/editors/fe/Makefile b/editors/fe/Makefile
deleted file mode 100644
index d391a30b9b5..00000000000
--- a/editors/fe/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/05/23 12:00:42 agc Exp $
-
-DISTNAME= fe-1.6
-CATEGORIES= editors
-MASTER_SITES= http://www.moria.de/~michael/fe/
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.moria.de/~michael/fe/
-COMMENT= Folding editor
-
-GNU_CONFIGURE= yes
-
-post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fe
- ${INSTALL_DATA} ${WRKSRC}/fe.ps ${PREFIX}/share/doc/fe/fe.ps
- ${INSTALL_DATA} ${WRKSRC}/feref.ps ${PREFIX}/share/doc/fe/feref.ps
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../mk/curses.buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"