summaryrefslogtreecommitdiff
path: root/editors/zed/Makefile
blob: 59fa12b453bcb5657d3d347f60b9166014ca423a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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

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.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN=		Does not compile with GCC 4.2
.endif

.include <bsd.port.post.mk>