diff options
author | joerg <joerg> | 2007-12-21 20:25:29 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-12-21 20:25:29 +0000 |
commit | 910ba9a81b7f38bb23a4340db400c243fc2887c3 (patch) | |
tree | 899cf6b0fc3bb8b136abb8b37a35ad481bc4657e /devel/cflow | |
parent | b3d6565ae77d826d23645a46ebfb7f06288305a1 (diff) | |
download | pkgsrc-910ba9a81b7f38bb23a4340db400c243fc2887c3.tar.gz |
Add i18n support (PR 37581) and mark as DESTDIR safe.
Diffstat (limited to 'devel/cflow')
-rw-r--r-- | devel/cflow/Makefile | 8 | ||||
-rw-r--r-- | devel/cflow/PLIST | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/devel/cflow/Makefile b/devel/cflow/Makefile index 37137225a9a..c074b98cf4f 100644 --- a/devel/cflow/Makefile +++ b/devel/cflow/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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_STAGE.emacs= pre-configure SUBST_FILES.emacs= Makefile.in SUBST_SED.emacs= -e 's| elisp||g' +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/cflow/PLIST b/devel/cflow/PLIST index d4c2ab75260..8f2af464ee5 100644 --- a/devel/cflow/PLIST +++ b/devel/cflow/PLIST @@ -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 |