1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/editors/nvi-perl/Makefile
Jun Kuriyama f90e5198b5 Fix for perl5.
Submitted by:	Yasuhiro Fukuma <yasuf@big.or.jp>
1999-05-09 03:40:18 +00:00

28 lines
808 B
Makefile

# 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.11 1999/05/07 17:01:52 itojun 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
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>