pkgsrc/textproc/iso-codes/Makefile
wiz 08c96cf250 Update to 2.1:
iso-codes 2.1
-------------
Tobias Toedter <toddy@debian.org>
Sun, 4 May 2008

  [ ISO-3166 ]
  * Changes from ISO-3166 MA Newsletter VI-2:
    - MD shortname to "Moldova"
    - ME full name to "Montenegro"

  [ ISO-3166-2 ]
  * Removed extraneous blanks from Malta (MT) entries; unfuzzied
    the resulting .po deltas. Closes: alioth#310645

  [ ISO-639 translations ]
  * Vietnamese by Clytie Siddall (TP)
  * Dutch by Freek de Kruijf (TP)
  * Esperanto by Edmund GRIMLEY EVANS (TP)

  [ ISO-3166 translations ]
  * Slovenian by Primož Peterlin (TP)
  * Hungarian by Gabor Kelemen (TP)
  * Spanish by Javier Fernández-Sanguino Peña
  * Lithuanian by Kestutis Biliūnas
  * Vietnamese by Clytie Siddall
  * Bulgarian by Damyan Ivanov
  * Tamil by Tirumurti Vasudevan

  [ ISO-3166-2 translations ]
  * Slovenian by Primož Peterlin (TP)
  * Lithuanian by Kestutis Biliūnas

  [ ISO-4217 translations ]
  * Slovenian by Primož Peterlin (TP)
  * Hungarian by Gabor Kelemen (TP)

  [ ISO-15924 translations ]
  * Thai by Theppitak Karoonboonyanan
  * Slovenian by Primož Peterlin (TP)
2008-05-20 14:53:31 +00:00

34 lines
896 B
Makefile

# $NetBSD: Makefile,v 1.18 2008/05/20 14:53:31 wiz Exp $
#
DISTNAME= iso-codes-2.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
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
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"