pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/cflow Add i18n support (PR 37581) and mark as DE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/823e09c010f2
branches:  trunk
changeset: 536742:823e09c010f2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 21 20:25:29 2007 +0000

description:
Add i18n support (PR 37581) and mark as DESTDIR safe.

diffstat:

 devel/cflow/Makefile |  8 ++++++--
 devel/cflow/PLIST    |  6 +++++-
 2 files changed, 11 insertions(+), 3 deletions(-)

diffs (42 lines):

diff -r 953c393b8cf8 -r 823e09c010f2 devel/cflow/Makefile
--- a/devel/cflow/Makefile      Fri Dec 21 19:11:38 2007 +0000
+++ b/devel/cflow/Makefile      Fri Dec 21 20:25:29 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2007/07/08 12:35:10 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2007/12/21 20:25:29 joerg Exp $
 
 DISTNAME=      cflow-1.1
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=cflow/}
 
@@ -8,8 +9,10 @@
 HOMEPAGE=      http://www.gnu.org/software/cflow/
 COMMENT=       Code-path flow analyzer for C
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 GNU_CONFIGURE=         YES
-USE_TOOLS+=            yacc lex
+USE_TOOLS+=            yacc lex msgfmt
 INFO_FILES=            # PLIST
 
 SUBST_CLASSES+=                emacs
@@ -18,4 +21,5 @@
 SUBST_FILES.emacs=     Makefile.in
 SUBST_SED.emacs=       -e 's| elisp||g'
 
+.include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 953c393b8cf8 -r 823e09c010f2 devel/cflow/PLIST
--- a/devel/cflow/PLIST Fri Dec 21 19:11:38 2007 +0000
+++ b/devel/cflow/PLIST Fri Dec 21 20:25:29 2007 +0000
@@ -1,3 +1,7 @@
-@comment $NetBSD: PLIST,v 1.4 2006/03/30 03:44:42 jlam Exp $
+@comment $NetBSD: PLIST,v 1.5 2007/12/21 20:25:29 joerg Exp $
 bin/cflow
 info/cflow.info
+share/locale/da/LC_MESSAGES/cflow.mo
+share/locale/pl/LC_MESSAGES/cflow.mo
+share/locale/uk/LC_MESSAGES/cflow.mo
+share/locale/vi/LC_MESSAGES/cflow.mo



Home | Main Index | Thread Index | Old Index