2005-04-02 19:23:42 +00:00
|
|
|
# New ports collection makefile for: iso-codes
|
|
|
|
# Date created: 02 April 2005
|
|
|
|
# Whom: Koop Mast <kwm@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-10-19 11:10:12 +00:00
|
|
|
PORTNAME= iso-codes
|
2008-07-17 23:12:23 +00:00
|
|
|
PORTVERSION= 3.1
|
2005-04-02 19:23:42 +00:00
|
|
|
CATEGORIES= misc
|
2008-03-14 17:34:49 +00:00
|
|
|
MASTER_SITES= ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/
|
2005-04-02 19:23:42 +00:00
|
|
|
|
2008-03-14 17:34:49 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-04-02 19:23:42 +00:00
|
|
|
COMMENT= Lists of the country, language and currency iso names
|
|
|
|
|
|
|
|
BUILD_DEPENDS= xmlproc_parse:${PORTSDIR}/textproc/py-xml
|
|
|
|
|
2007-07-30 03:59:43 +00:00
|
|
|
USE_BZIP2= yes
|
2008-07-17 23:12:23 +00:00
|
|
|
USE_GNOME= gnomehack gnometarget
|
2005-04-02 19:23:42 +00:00
|
|
|
USE_PYTHON_BUILD= yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2007-07-30 03:59:43 +00:00
|
|
|
|
2005-04-02 19:23:42 +00:00
|
|
|
.include <bsd.port.mk>
|