2009-02-16 00:55:59 +01:00
|
|
|
# New ports collection makefile for: py-itools
|
|
|
|
# Date created: 08 Feb,2009
|
|
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= itools
|
2010-06-02 10:55:10 +02:00
|
|
|
PORTVERSION= 0.61.2
|
2009-02-16 00:55:59 +01:00
|
|
|
CATEGORIES= devel python
|
2010-06-02 10:55:10 +02:00
|
|
|
MASTER_SITES= http://download.hforge.org/itools/0.61/
|
2009-02-16 00:55:59 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2009-10-12 10:10:45 +02:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2009-02-16 00:55:59 +01:00
|
|
|
COMMENT= A Python library Provides Wide Range Of Capabilities
|
|
|
|
|
2009-07-01 14:41:03 +02:00
|
|
|
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}
|
2010-06-02 10:55:10 +02:00
|
|
|
LIB_DEPENDS= glib:${PORTSDIR}/devel/glib20 \
|
|
|
|
soup:${PORTSDIR}/devel/libsoup
|
2009-02-16 00:55:59 +01:00
|
|
|
|
|
|
|
MAKE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
|
2009-07-01 14:41:03 +02:00
|
|
|
USE_PYTHON= 2.6+
|
2009-02-16 00:55:59 +01:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
2009-07-01 14:41:03 +02:00
|
|
|
.include <bsd.port.mk>
|