freebsd-ports/editors/nvi-perl/Makefile
Pete Fritchman 209aee66f6 Since we prefix the binary names with "pn", we need this patch so
'pnview' sets the 'readonly' flag by default.

PR:		59088
2004-01-04 23:42:04 +00:00

35 lines
934 B
Makefile

# New ports collection makefile for: nvi-1.79 + perl
# Date created: 18 Feb 1998
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $FreeBSD$
#
PORTNAME= nvi
PORTVERSION= 1.79
PORTREVISION= 4
CATEGORIES= editors
MASTER_SITES= ftp://ftp.sleepycat.com/pub/
PKGNAMESUFFIX= -perl
MAINTAINER= ports@FreeBSD.org
COMMENT= A clone of vi/ex, with perl5 linked into
# 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
WRKSRC= ${WRKDIR}/${DISTNAME}/build
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= OPTFLAG='-D_PATH_SYSEXRC=\"${PREFIX}/etc/vi.exrc\"'
CONFIGURE_ARGS= --enable-perlinterp --program-prefix=pn
CFLAGS+= -DPERL_POLLUTE
MAN1= pnvi.1
MLINKS= pnvi.1 pnex.1 pnvi.1 pnview.1
post-patch:
${LN} -s /usr/include/sys/queue.h ${WRKSRC}/../include/sys/queue_dist.h
.include <bsd.port.mk>