summaryrefslogtreecommitdiff
path: root/editors/nvi-perl/Makefile
blob: c397bd4b9b6d068ec09ca678214cc7de33a4642c (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
# New ports collection makefile for:	nvi-1.79 + perl
# Version required:	1.79
# Date created:		18 Feb 1998
# Whom:			Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.10 1998/08/18 08:53:30 asami Exp $
#

DISTNAME=	nvi-1.79
PKGNAME?=	nvi-perl-1.79
CATEGORIES=	editors
MASTER_SITES=	ftp://sleepy.vwh.net/pub/ \
		ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/

MAINTAINER=	itojun@itojun.org

BROKEN=		original distribution is incompatible with perl5

WRKSRC=		${WRKDIR}/${DISTNAME}/build
GNU_CONFIGURE=	yes
USE_PERL5=	yes
# can't say PATCH_DIST_STRIP=-p1 because contains files outside ${WRKSRC}
PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p0
PATCH_ARGS=	-d ${WRKSRC}/.. --forward --quiet -E -p0

CONFIGURE_ENV=	OPTFLAG='-D_PATH_SYSEXRC=\"${PREFIX}/etc/vi.exrc\"'
CONFIGURE_ARGS=	--enable-perlinterp --program-prefix=pn

.include <bsd.port.mk>