freebsd-ports/editors/zed/Makefile

20 lines
389 B
Makefile
Raw Normal View History

# 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
2003-02-21 12:38:28 +01:00
COMMENT= Simple, fast, powerful, small, highly configurable TEXT EDITOR
post-install:
@${STRIP_CMD} ${PREFIX}/bin/zed
2002-11-17 12:40:31 +01:00
.include <bsd.port.mk>