# Ports collection makefile for: pycha # Date created: 08 July, 2009 # Whom: Wen Heping # # $FreeBSD$ # PORTNAME= pycha PORTVERSION= 0.6.0 PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= A library for making charts with Python USE_PYTHON= yes USE_PYDISTUTILS= easy_install OPTIONS= CAIRO "Add support for py-cairo" On .include .if !defined(WITHOUT_CAIRO) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/cairo:${PORTSDIR}/graphics/py-cairo .endif .include