52e52cca89
[ ISO 639-3 translations ] * Polish by Jakub Bogusz (TP) [ ISO 639-5 translations ] * Polish by Jakub Bogusz (TP) [ ISO 3166-2 translations ] * Danish by Joe Hansen (TP)
27 lines
719 B
Makefile
27 lines
719 B
Makefile
# $NetBSD: Makefile,v 1.40 2015/01/28 11:40:55 adam Exp $
|
|
|
|
DISTNAME= iso-codes-3.57
|
|
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"
|