mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
19adccb511
Changes: http://git.savannah.gnu.org/cgit/zile.git/tree/NEWS Feature safe: yes
41 lines
870 B
Makefile
41 lines
870 B
Makefile
# New ports collection Makefile for: zile
|
|
# Date created: 28 September 2000
|
|
# Whom: jasone
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= zile
|
|
PORTVERSION= 2.4.7
|
|
CATEGORIES= editors
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= culot@FreeBSD.org
|
|
COMMENT= Small emacs-like text editor
|
|
|
|
LIB_DEPENDS= gc:${PORTSDIR}/devel/boehm-gc
|
|
|
|
USE_GMAKE= yes
|
|
USE_PERL5_BUILD=yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --without-included-regex
|
|
|
|
MAN1= ${PORTNAME}.1
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
%%DOCSDIR%%/AUTHORS \
|
|
%%DOCSDIR%%/FAQ \
|
|
%%DOCSDIR%%/NEWS \
|
|
%%DOCSDIR%%/dotzile.sample
|
|
PLIST_DIRS= %%DOCSDIR%%
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include -isystem /usr/include/gnu
|
|
LDFLAGS+= -L${LOCALBASE}/lib -lgnuregex
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
'/need_charset_alias=/s|true|false|g' ${WRKSRC}/lib/Makefile.in
|
|
@${REINPLACE_CMD} -e \
|
|
's|@pkgdatadir@|${DOCSDIR}|' ${WRKSRC}/doc/zile.1.in
|
|
|
|
.include <bsd.port.mk>
|