2005-04-02 21:23:42 +02:00
|
|
|
# New ports collection makefile for: iso-codes
|
|
|
|
# Date created: 02 April 2005
|
|
|
|
# Whom: Koop Mast <kwm@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-10-19 13:10:12 +02:00
|
|
|
PORTNAME= iso-codes
|
2006-12-05 23:04:27 +01:00
|
|
|
DISTVERSION= 0.58
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
2005-04-02 21:23:42 +02:00
|
|
|
CATEGORIES= misc
|
2006-09-23 22:52:46 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} \
|
|
|
|
http://freebsd.powered.net/distfiles/
|
2006-12-05 23:04:27 +01:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}-1
|
2005-04-02 21:23:42 +02:00
|
|
|
|
2006-04-25 00:59:22 +02:00
|
|
|
MAINTAINER= rainer.alves@gmail.com
|
2005-04-02 21:23:42 +02:00
|
|
|
COMMENT= Lists of the country, language and currency iso names
|
|
|
|
|
|
|
|
BUILD_DEPENDS= xmlproc_parse:${PORTSDIR}/textproc/py-xml
|
|
|
|
|
|
|
|
USE_PYTHON_BUILD= yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2006-04-25 00:59:22 +02:00
|
|
|
USE_AUTOTOOLS= aclocal:19 autoconf:259 automake:19
|
|
|
|
AUTOMAKE_ARGS+= --add-missing --foreign --copy
|
2006-06-22 04:18:06 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-.*$//}
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2005-04-02 21:23:42 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|