openbsd-ports/devel/iso-codes/Makefile

27 lines
512 B
Makefile
Raw Normal View History

2013-03-24 06:04:13 -04:00
# $OpenBSD: Makefile,v 1.36 2013/03/24 10:04:13 ajacoutot Exp $
COMMENT= lists of the country, language and currency iso names
2013-03-24 06:04:13 -04:00
DISTNAME= iso-codes-3.41
CATEGORIES= devel
HOMEPAGE= http://alioth.debian.org/projects/pkg-isocodes/
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
2012-03-19 06:26:42 -04:00
MASTER_SITES= http://pkg-isocodes.alioth.debian.org/downloads/
2012-09-25 09:39:02 -04:00
EXTRACT_SUFX= .tar.xz
2009-10-09 19:11:14 -04:00
USE_GMAKE= Yes
CONFIGURE_STYLE=gnu
MODULES= lang/python
MODPY_RUNDEP= No
2012-09-25 09:33:50 -04:00
MODPY_ADJ_FILES=iso2pot.py
2007-09-28 05:55:41 -04:00
2010-11-15 14:45:56 -05:00
BUILD_DEPENDS= devel/gettext
.include <bsd.port.mk>