92f36fc209
PR: ports/68965 Submitted by: maintainer
30 lines
641 B
Makefile
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>
|