ca290d4e25
PR 56655 says: The distfile seem to have been updated with slightly amended versions of 'README' and 'LICENSE' files. No change in code. PR: 56170, 56655 Submitted by: Simon Barner <barner@in.tum.de> Lars Thegler <lars@thegler.dk>
36 lines
934 B
Makefile
36 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= 3
|
|
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>
|