aboutsummaryrefslogtreecommitdiffstats
path: root/editors/zile
diff options
context:
space:
mode:
authorculot <culot@FreeBSD.org>2011-09-21 20:07:15 +0800
committerculot <culot@FreeBSD.org>2011-09-21 20:07:15 +0800
commit9e06a9c19b03dade4a830174b79bca24a31eeb85 (patch)
tree7287501569f91a08d2734a1cb9c92b3478ce0296 /editors/zile
parent5f42114c05831afafa273859c6323608b34c0aaf (diff)
downloadfreebsd-ports-gnome-9e06a9c19b03dade4a830174b79bca24a31eeb85.tar.gz
freebsd-ports-gnome-9e06a9c19b03dade4a830174b79bca24a31eeb85.tar.zst
freebsd-ports-gnome-9e06a9c19b03dade4a830174b79bca24a31eeb85.zip
- Update to 2.4.1
Changes: http://git.savannah.gnu.org/cgit/zile.git/tree/NEWS
Diffstat (limited to 'editors/zile')
-rw-r--r--editors/zile/Makefile20
-rw-r--r--editors/zile/distinfo4
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