Fixup fromcvs/togit conversion
[pkgsrcv2.git] / devel / ruby-gettext / Makefile
1 # $NetBSD: Makefile,v 1.15 2012/08/29 16:28:21 taca Exp $
2
3 DISTNAME=       gettext-2.3.1
4 CATEGORIES=     devel
5
6 MAINTAINER=     pkgsrc-users@NetBSD.org
7 HOMEPAGE=       http://ruby-gettext.github.com/
8 COMMENT=        Ruby localization library like as GNU gettext
9 LICENSE=        ruby-license OR gnu-gpl-v2
10
11 DEPENDS+=       ${RUBY_PKGPREFIX}-locale>=2.0.5:../../devel/ruby-locale
12
13 OVERRIDE_GEMSPEC=       :files po/de/gettext.po.bak= po/gettext.pot~=
14
15 pre-configure:
16         cd ${WRKSRC}; ${FIND} . -type f -print | ${XARGS} ${CHMOD} g-w
17         ${RM} -f ${WRKSRC}/po/de/gettext.po.bak ${WRKSRC}/po/gettext.pot~
18
19 .include "../../lang/ruby/gem.mk"
20 .include "../../mk/bsd.pkg.mk"