2000-09-28 22:24:06 +00:00
|
|
|
# New ports collection Makefile for: zile
|
|
|
|
# Date created: 28 September 2000
|
|
|
|
# Whom: jasone
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= zile
|
2012-03-22 09:30:48 +00:00
|
|
|
PORTVERSION= 2.4.7
|
2000-09-28 22:24:06 +00:00
|
|
|
CATEGORIES= editors
|
2008-05-16 14:10:54 +00:00
|
|
|
MASTER_SITES= GNU
|
2000-09-28 22:24:06 +00:00
|
|
|
|
2010-10-20 05:53:20 +00:00
|
|
|
MAINTAINER= culot@FreeBSD.org
|
2003-02-20 17:12:51 +00:00
|
|
|
COMMENT= Small emacs-like text editor
|
2000-09-28 22:24:06 +00:00
|
|
|
|
2011-09-21 12:07:15 +00:00
|
|
|
LIB_DEPENDS= gc:${PORTSDIR}/devel/boehm-gc
|
|
|
|
|
2009-03-14 14:10:17 +00:00
|
|
|
USE_GMAKE= yes
|
2010-11-23 18:37:19 +00:00
|
|
|
USE_PERL5_BUILD=yes
|
2005-07-12 12:19:11 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2008-08-11 22:41:39 +00:00
|
|
|
CONFIGURE_ARGS= --without-included-regex
|
2000-09-28 22:24:06 +00:00
|
|
|
|
2009-12-13 00:20:34 +00:00
|
|
|
MAN1= ${PORTNAME}.1
|
2011-09-21 12:07:15 +00:00
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
|
|
%%DOCSDIR%%/AUTHORS \
|
|
|
|
%%DOCSDIR%%/FAQ \
|
|
|
|
%%DOCSDIR%%/NEWS \
|
|
|
|
%%DOCSDIR%%/dotzile.sample
|
|
|
|
PLIST_DIRS= %%DOCSDIR%%
|
2000-09-28 22:24:06 +00:00
|
|
|
|
2011-09-21 12:07:15 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include -isystem /usr/include/gnu
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib -lgnuregex
|
2009-05-09 09:19:01 +00:00
|
|
|
|
2006-02-01 01:08:58 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
2010-03-09 23:00:14 +00:00
|
|
|
'/need_charset_alias=/s|true|false|g' ${WRKSRC}/lib/Makefile.in
|
2011-09-21 12:07:15 +00:00
|
|
|
@${REINPLACE_CMD} -e \
|
2012-03-22 09:30:48 +00:00
|
|
|
's|@pkgdatadir@|${DOCSDIR}|' ${WRKSRC}/doc/zile.1.in
|
2006-02-01 01:08:58 +00:00
|
|
|
|
2009-01-05 19:44:02 +00:00
|
|
|
.include <bsd.port.mk>
|