a887ba460d
PR: 140115 Submitted by: Ports Fury
34 lines
730 B
Makefile
34 lines
730 B
Makefile
# New ports collection Makefile for: zile
|
|
# Date created: 28 September 2000
|
|
# Whom: jasone
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= zile
|
|
PORTVERSION= 2.3.13
|
|
CATEGORIES= editors
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Small emacs-like text editor
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
CONFIGURE_ARGS= --without-included-regex
|
|
|
|
MAN1= zile.1
|
|
PLIST_FILES= bin/zile %%DATADIR%%/FAQ %%DATADIR%%/dotzile.sample
|
|
PLIST_DIRS= %%DATADIR%%
|
|
|
|
CPPFLAGS= -isystem /usr/include/gnu
|
|
LDFLAGS= -lgnuregex
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|-pedantic||g' ${WRKSRC}/configure
|
|
@${REINPLACE_CMD} -e \
|
|
's|: install-exec-local|:|g' ${WRKSRC}/lib/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|