diff options
Diffstat (limited to 'editors/zed/Makefile')
-rw-r--r-- | editors/zed/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/editors/zed/Makefile b/editors/zed/Makefile deleted file mode 100644 index 2247c10a321f..000000000000 --- a/editors/zed/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: zed -# Date created: 4 June 2002 -# Whom: Sten Poldma -# -# $FreeBSD$ -# - -PORTNAME= zed -PORTVERSION= 1.0.5 -PORTREVISION= 1 -CATEGORIES= editors -MASTER_SITES= http://zed.c3po.it/ - -MAINTAINER= exile@chamber.ee -COMMENT= Simple, small, fast, highly configurable text editor - -BROKEN= Does not compile with GCC 4.2 -DEPRECATED= does not compile on FreeBSD 7.x or newer -EXPIRATION_DATE=2011-04-17 - -DOCS= CHANGES zed.doc - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/zed ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/cfg/zedrc ${PREFIX}/etc/zedrc.sample -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} -.endif - -.include <bsd.port.mk> |