aboutsummaryrefslogtreecommitdiff
path: root/editors/zile
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2011-09-21 12:07:15 +0000
committerFrederic Culot <culot@FreeBSD.org>2011-09-21 12:07:15 +0000
commit47448bde63f29c75587fad42ea721abf1676a789 (patch)
tree3326befc6a6e019c32e1ca10924de4dc8c26cbbc /editors/zile
parent5b59775100756bed5b6afe4c42f553ddf2b00ad0 (diff)
downloadports-47448bde63f29c75587fad42ea721abf1676a789.tar.gz
ports-47448bde63f29c75587fad42ea721abf1676a789.zip
- Update to 2.4.1
Notes
Notes: svn path=/head/; revision=282123
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