diff options
-rw-r--r-- | editors/zile/Makefile | 20 | ||||
-rw-r--r-- | editors/zile/distinfo | 4 |
2 files changed, 16 insertions, 8 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index 279ee2cb6be6..1553914cd125 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -6,28 +6,36 @@ # PORTNAME= zile -PORTVERSION= 2.3.24 +PORTVERSION= 2.4.1 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_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --without-included-regex MAN1= ${PORTNAME}.1 -PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/FAQ %%DATADIR%%/dotzile-extra.el -PLIST_DIRS= %%DATADIR%% +PLIST_FILES= bin/${PORTNAME} \ + %%DOCSDIR%%/AUTHORS \ + %%DOCSDIR%%/FAQ \ + %%DOCSDIR%%/NEWS \ + %%DOCSDIR%%/dotzile.sample +PLIST_DIRS= %%DOCSDIR%% -CPPFLAGS= -isystem /usr/include/gnu -LDFLAGS= -lgnuregex +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|/usr/local/share/zile/dotzile-extra.el|${DOCSDIR}/dotzile.sample|' ${WRKSRC}/doc/zile.1 .include <bsd.port.mk> diff --git a/editors/zile/distinfo b/editors/zile/distinfo index 1a63de1d6d55..eef956866edf 100644 --- a/editors/zile/distinfo +++ b/editors/zile/distinfo @@ -1,2 +1,2 @@ -SHA256 (zile-2.3.24.tar.gz) = 218bb2af414c6a168101656631a5b2da92f20a965895e1006658cc658b0b7e89 -SIZE (zile-2.3.24.tar.gz) = 953962 +SHA256 (zile-2.4.1.tar.gz) = bf7014931034591eb906881e60e291a73ea04061027467b50749daaedd0d379a +SIZE (zile-2.4.1.tar.gz) = 1224333 |