3d9e98d09d
iso-codes 3.77 -------------- Dr. Tobias Quathamer <toddy@debian.org> Wed, 22 Nov 2017 [ ISO 3166-1 translations ] * Norwegian Bokmal: Fix typo for "Portugal", spotted by Sigve Indregard. Thanks! Closes: alioth#315841 * Icelandic by Sveinn í Felli (TP) * Polish by Jakub Bogusz (TP) * Dutch by Freek de Kruijf (TP) * Italian by Milo Casagrande (TP) * Brazilian Portuguese by Rafael Fontenelle (TP) * Croatian by Božidar Putanec (TP) [ ISO 3166-2 translations ] * French: Fix typo for "Perugia", spotted by Mickael Jouanne. Thanks! Closes: alioth#315845 * Dutch by Freek de Kruijf (TP) * Italian by Milo Casagrande (TP) * Polish by Jakub Bogusz (TP) * Icelandic by Sveinn í Felli (TP) [ ISO 4217 translations ] * Croatian by Božidar Putanec (TP) * Icelandic by Sveinn í Felli (TP) [ ISO 3166-3 translations ] * Icelandic by Sveinn í Felli (TP) * Polish by Jakub Bogusz (TP) * Dutch by Freek de Kruijf (TP) [ ISO 639-2 translations ] * Icelandic by Sveinn í Felli (TP) * Dutch by Freek de Kruijf (TP) * Italian by Milo Casagrande (TP) * Polish by Jakub Bogusz (TP) [ ISO 639-5 translations ] * Dutch by Freek de Kruijf (TP) * Polish by Jakub Bogusz (TP) * Italian by Sebastiano Pistore (TP) * Icelandic by Sveinn í Felli (TP) [ ISO 639-3 translations ] * Dutch by Freek de Kruijf (TP) * Polish by Jakub Bogusz (TP) * Icelandic by Sveinn í Felli (TP) [ ISO 15924 translations ] * Dutch by Freek de Kruijf (TP) * Icelandic by Sveinn í Felli (TP)
44 lines
1.4 KiB
Makefile
44 lines
1.4 KiB
Makefile
# $NetBSD: Makefile,v 1.61 2017/11/28 13:47:22 wiz Exp $
|
|
|
|
DISTNAME= iso-codes-3.77
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= https://pkg-isocodes.alioth.debian.org/downloads/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://pkg-isocodes.alioth.debian.org/
|
|
COMMENT= List of country, language and currency names
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat>=0:../../textproc/py-expat
|
|
|
|
USE_LANGUAGES= # empty
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake msgfmt
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE= iso-codes.pc.in
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
|
|
REPLACE_PYTHON+= bin/check_valid_utf8.py
|
|
REPLACE_PYTHON+= bin/pot_from_json.py
|
|
REPLACE_PYTHON+= bin/validate_json_data.py
|
|
REPLACE_PYTHON+= bin/xml_from_json.py
|
|
|
|
SUBST_CLASSES+= python3
|
|
SUBST_SED.python3+= -e "s,python3,${PYTHONBIN},"
|
|
SUBST_FILES.python3+= common.mk
|
|
SUBST_FILES.python3+= iso_15924/Makefile.in
|
|
SUBST_FILES.python3+= iso_3166-1/Makefile.in
|
|
SUBST_FILES.python3+= iso_3166-2/Makefile.in
|
|
SUBST_FILES.python3+= iso_3166-3/Makefile.in
|
|
SUBST_FILES.python3+= iso_4217/Makefile.in
|
|
SUBST_FILES.python3+= iso_639-2/Makefile.in
|
|
SUBST_FILES.python3+= iso_639-3/Makefile.in
|
|
SUBST_FILES.python3+= iso_639-5/Makefile.in
|
|
SUBST_STAGE.python3= pre-configure
|
|
SUBST_MESSAGE.python3= Fixing path to python binary.
|
|
|
|
PYTHON_FOR_BUILD_ONLY= yes
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|