8784f6f59b
iso-codes 3.66 -------------- Dr. Tobias Quathamer <toddy@debian.org> Wed, 2 Mar 2016 [ General ] * Start distributing JSON data files in /usr/share/iso-codes/json [ ISO 639-5 translations ] * Dutch by Freek de Kruijf (TP)
27 lines
718 B
Makefile
27 lines
718 B
Makefile
# $NetBSD: Makefile,v 1.49 2016/03/08 14:43:24 wiz Exp $
|
|
|
|
DISTNAME= iso-codes-3.66
|
|
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= iso2pot.py
|
|
|
|
PYTHON_FOR_BUILD_ONLY= yes
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|