1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/editors/zed/Makefile
2003-02-21 11:38:28 +00:00

20 lines
389 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
COMMENT= Simple, fast, powerful, small, highly configurable TEXT EDITOR
post-install:
@${STRIP_CMD} ${PREFIX}/bin/zed
.include <bsd.port.mk>