e499a324e7
- Fixed .xam support (Abel Cheung) - Fixed intltool-update, it's not usable with 0.27 :-( (Carlos Perelló Marín) - intltool-update -m tells you about files that are at POTFILES.in but does not exists anymore (Abel Cheung) - Small scheme support fixes (Callum McKenzie) - Added support for .lang files (Gustavo Giraldez) - Added support for .xam files (Abel Cheung) - Updated I18N-HOWTO (Kenneth, Bruno Haible) - Updated all manual pages and command help (Abel Cheung) - Improved the package name detection code (Abel Cheung) - better .server files handling (Abel Cheung) - source code with non-ASCII chars support with GNU gettext 0.12 (bug #99005, Abel Cheung, Carlos Perelló Marín) - intltool-unicodify is deprecated, please use msgconv (Abel Cheung)
20 lines
481 B
Makefile
20 lines
481 B
Makefile
# $NetBSD: Makefile,v 1.10 2003/08/17 19:47:39 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= intltool-0.27.1
|
|
CATEGORIES= textproc devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.27/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Toolbox for internationalisation
|
|
|
|
CONFLICTS= xml-i18n-tools<=0.9
|
|
|
|
USE_GMAKE= YES
|
|
USE_BUILDLINK2= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../lang/perl5/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|