62d9517146
iso-codes 1.0 ------------- Tobias Toedter <t.toedter@gmx.net> Mon, 4 Dec 2006 [ ISO-3166 translations ] * Bulgarian (bg.po) updated by Damyan Ivanov. Closes: #396368 * Bosnian (bs.po) updated by Safir Šećerović. Closes: #396395 * Portuguese (pt.po) updated by Miguel Figueiredo. Closes: #399233 * Norwegian Nynorsk (nn.po) updated by Håvard Korsvoll. Closes: #401343 * Malayalam (ml.po) added by Praveen. Closes: #401438 [Alastair McKinstry] * New major version number. The XML Schema is now considered stable (has not changed in over 1 year) and v1.0 is now released. Note that this is identical to 0.5*; only the version number has changed. [ Tobias Toedter ] * Fix typo for GB-SOM in iso_3166_2.xml and update all .po files. Thanks to Freek de Kruijf for the bug report.
41 lines
1.2 KiB
Makefile
41 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.11 2007/04/09 01:04:20 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= iso-codes-1.0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://alioth.debian.org/projects/pkg-isocodes/
|
|
COMMENT= List of country, language and currency names
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= autoconf automake gmake msgfmt perl
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
|
|
PKGCONFIG_OVERRIDE= iso-codes.pc.in
|
|
|
|
PYTHON_PATCH_SCRIPTS= *.py */*.py
|
|
REPLACE_PERL= tab2h.pl
|
|
|
|
PYTHON_FOR_BUILD_ONLY= yes
|
|
BUILDLINK_DEPMETHOD.gettext= build
|
|
BUILDLINK_DEPMETHOD.pyxml= build
|
|
|
|
pre-configure:
|
|
${TOUCH} ${WRKSRC}/AUTHORS
|
|
${TOUCH} ${WRKSRC}/NEWS
|
|
cd ${WRKSRC} && autoreconf -i
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGNAME_NOREV}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PKGNAME_NOREV}
|
|
${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/${PKGNAME_NOREV}
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../textproc/py-xml/buildlink3.mk"
|
|
.include "../../textproc/xmlcatmgr/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|