aboutsummaryrefslogtreecommitdiff
path: root/devel/py-itools/Makefile
blob: b46093604bc4d14180c97e3dbd1db403dd60e514 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:	py-itools
# Date created:		08 Feb,2009
# Whom:			Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	itools
PORTVERSION=	0.60.8
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	http://download.hforge.org/itools/0.60/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	A Python library Provides Wide Range Of Capabilities

BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}reportlab2>=2.3:${PORTSDIR}/print/py-reportlab2 \
		${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging \
		${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib \
		${PYTHON_PKGNAMEPREFIX}gobject>=2.16.1:${PORTSDIR}/devel/py-gobject
RUN_DEPENDS+=	${BUILD_DEPENDS}
LIB_DEPENDS=	glib:${PORTSDIR}/devel/glib20

MAKE_ENV+=	LDFLAGS="-L${LOCALBASE}/lib"
USE_PYTHON=	2.6+
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>