pkgsrc/textproc/iso-codes/Makefile
wiz 9709cd8ee2 Update to 3.3:
[ General ]
  * Do no longer install the file iso_3166.tab in /usr/share/iso-codes

  [ ISO-639 ]
  * ISO 639-2/B code deprecated in favor of ISO 639-2/T code for
    Croatian and Serbian (2008-06-28)
  * Some name changes

  [ ISO-639-3 ]
  * Update to 2008-08-04

  [ ISO-3166 translations ]
  * Portuguese updated by Miguel Figueiredo
  * Indonesian updated by Andhika Padmawan (TP)

  [ ISO-3166-2 translations ]
  * Simplified Chinese by LI Daobing (TP)

  [ ISO-639-3 translations ]
  * French updated by Christian Perrier
  * Simplified Chinese by LI Daobing

  [ ISO-639 translations ]
  * Dutch updated by Freek de Kruijf (TP)
  * Finnish updated by Tommi Vainikainen (TP)
  * Esperanto updated by Edmund GRIMLEY EVANS (TP)
  * Xhosa updated by Friedel Wolff
  * French updated by Christian Perrier

  [ ISO-4217 translations ]
  * Finnish updated by Tommi Vainikainen (TP)
  * Norwegian Nynorsk updated by Edmund GRIMLEY EVANS (TP)
  * Danish updated by Joe Hansen (TP)

  [ ISO-15924 translations ]
  * Spanish updated by Juan Cuquejo Mira (TP)
2008-09-06 15:04:33 +00:00

34 lines
896 B
Makefile

# $NetBSD: Makefile,v 1.22 2008/09/06 15:04:33 wiz Exp $
#
DISTNAME= iso-codes-3.3
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"