freebsd-ports/editors/2bsd-vi/Makefile
Kirill Ponomarev 92f36fc209 Fix build on 4.x
PR:		ports/68965
Submitted by:	maintainer
2004-07-13 06:28:28 +00:00

30 lines
641 B
Makefile

# New ports collection makefile for: 2bsd-vi
# Date created: 2004-07-12
# Whom: David Thiel <lx@redundancy.redundancy.org>
#
# $FreeBSD$
#
PORTNAME= vi
PORTVERSION= 040605
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ex-vi/
PKGNAMEPREFIX= 2bsd-
DISTNAME= ex-${PORTVERSION}
MAINTAINER= lx@redundancy.redundancy.org
COMMENT= The original vi editor, updated to run on modern OSes
MAN1= ex.1 vi.1
MLINKS= ex.1 edit.1 vi.1 vedit.1 vi.1 view.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
EXTRA_PATCHES+= ${FILESDIR}/stable-Makefile.patch
.endif
.include <bsd.port.post.mk>