freebsd-ports/graphics/py-pycha/Makefile
2011-01-04 01:38:55 +00:00

29 lines
597 B
Makefile

# Ports collection makefile for: pycha
# Date created: 08 July, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pycha
PORTVERSION= 0.6.0
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 <bsd.port.pre.mk>
.if !defined(WITHOUT_CAIRO)
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/cairo:${PORTSDIR}/graphics/py-cairo
.endif
.include <bsd.port.post.mk>