summaryrefslogtreecommitdiffstats
path: root/devel/gettext/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-08-25 05:37:53 +0000
committermarcus <marcus@FreeBSD.org>2003-08-25 05:37:53 +0000
commitb84ffc37d836afb05469cbc63d78c49e83210017 (patch)
tree1e2b8e68974f9f0072898e2ccfdbeb08f952e0ac /devel/gettext/Makefile
parent185eca2549ed02b83d551d1c78eb359ed9cc7a83 (diff)
downloadFreeBSD-ports-b84ffc37d836afb05469cbc63d78c49e83210017.zip
FreeBSD-ports-b84ffc37d836afb05469cbc63d78c49e83210017.tar.gz
Update to 0.12.1. This brings a shared lib bump of libintl.so. It is
recommended people use: portupgrade -rf gettext -m BATCH=yes To update this port. Tested by: Thierry Thomas <thierry@pompo.net> myself
Diffstat (limited to 'devel/gettext/Makefile')
-rw-r--r--devel/gettext/Makefile17
1 files changed, 7 insertions, 10 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile
index 66d1422..20e40d5 100644
--- a/devel/gettext/Makefile
+++ b/devel/gettext/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gettext
-PORTVERSION= 0.11.5
-PORTREVISION= 1
+PORTVERSION= 0.12.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gettext
@@ -18,7 +17,7 @@ COMMENT= GNU gettext package
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
expat.4:${PORTSDIR}/textproc/expat2
-USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= ACLOCAL="${TRUE}" \
AUTOCONF="${TRUE}" \
@@ -27,7 +26,8 @@ CONFIGURE_ENV= ACLOCAL="${TRUE}" \
MAKEINFO="makeinfo --no-split" \
CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --with-libexpat-prefix=${LOCALBASE}/lib
+CONFIGURE_ARGS= --with-libexpat-prefix=${LOCALBASE}/lib \
+ --mandir=${PREFIX}/man
INSTALLS_SHLIB= yes
PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} \
@@ -41,14 +41,11 @@ MAN3= bind_textdomain_codeset.3 bindtextdomain.3 dcgettext.3 \
dcngettext.3 dgettext.3 dngettext.3 gettext.3 ngettext.3 \
textdomain.3
-pre-configure:
- ${RM} ${WRKSRC}/doc/gettext.info*
+INFO= autosprintf gettext
post-install:
- @install-info ${PREFIX}/info/gettext.info ${PREFIX}/info/dir
- ${MKDIR} ${PREFIX}/share/emacs/site-lisp
-.for file in po-compat.el po-mode.el
- ${INSTALL_DATA} ${WRKSRC}/misc/${file} ${PREFIX}/share/emacs/site-lisp
+.for f in po-compat.el po-mode.el
+ ${INSTALL_DATA} ${WRKSRC}/gettext-tools/misc/${f} ${PREFIX}/share/emacs/site-lisp
.endfor
${MKDIR} ${X11BASE}/share/locale
OpenPOWER on IntegriCloud