fce2cb0766
iso-codes 3.10.1 ---------------- Tobias Quathamer <toddy@debian.org> Fri, 26 June 2009 [ ISO 3166 translations ] * Simplified Chinese by LI Daobing (TP) * Serbian by Aleksandar Jelenak (TP) * Indonesian by Andhika Padmawan (TP) * Slovenian by Primož Peterlin (TP) * Finnish by Tommi Vainikainen (TP) * Italian by Milo Casagrande (TP) * Norwegian Bokmaal by Hans F. Nordhaug (TP) * Latvian by Rihards Prieditis (TP) * Dutch by Freek de Kruijf (TP) * Asturian by Marcos Alvarez Costales. Closes: #531683, #531720 * Korean by Changwoo Ryu (TP) * Russian by Yuri Kozlov * Basque by Piarres Beobide. Closes: #534278 [ ISO 3166-2 translations ] * Indonesian by Andhika Padmawan (TP) * Danish by Joe Hansen (TP) * Italian by Milo Casagrande (TP) * Dutch by Freek de Kruijf (TP) [ ISO 4217 translations ] * Norwegian Nynorsk by Eirik U. Birkeland (TP) [ ISO 639 translations ] * Marathi almost completely removed, except for the translation of "Marathi" itself. The existing translations were not correct, but contained some Unicode characters not valid for that language. Closes: alioth#311588 [ ISO 639-3 translations ] * Marathi almost completely removed, see above entry * Dutch by Freek de Kruijf (TP)
34 lines
926 B
Makefile
34 lines
926 B
Makefile
# $NetBSD: Makefile,v 1.33 2009/07/22 13:24:01 wiz Exp $
|
|
|
|
DISTNAME= iso-codes-3.10.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://alioth.debian.org/projects/pkg-isocodes/
|
|
COMMENT= List of country, language and currency names
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake msgfmt
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
|
|
PKGCONFIG_OVERRIDE= iso-codes.pc.in
|
|
|
|
REPLACE_PYTHON= *.py */*.py
|
|
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat
|
|
|
|
PYTHON_FOR_BUILD_ONLY= yes
|
|
|
|
INSTALLATION_DIRS= share/doc/iso-codes
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/iso-codes
|
|
${INSTALL_DATA} ${WRKSRC}/TODO ${DESTDIR}${PREFIX}/share/doc/iso-codes
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|