freebsd-ports/editors/zed/Makefile
2002-10-26 02:55:52 +00:00

24 lines
420 B
Makefile

# New ports collection makefile for: zed
# Date created: 4 June 2002
# Whom: Sten Poldma
#
# $FreeBSD$
#
PORTNAME= zed
PORTVERSION= 1.0.5
CATEGORIES= editors
MASTER_SITES= http://zed.c3po.it/
MAINTAINER= exile@chamber.ee
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500035
BROKEN= "Does not compile on 5.0"
.endif
post-install:
@${STRIP_CMD} ${PREFIX}/bin/zed
.include <bsd.port.post.mk>