1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/graphics/py-pycha/Makefile
Martin Wilke 691acd38cc Pycha is a very simple Python package for drawing charts using the
great Cairo library. Its goals are:
        * Lightweight
        * Simple to use
        * Nice looking with default values
        * Customization
It won't try to draw any possible chart on earth but draw the most
common ones nicely.

WWW:  http://bitbucket.org/lgs/pycha/wiki/Home

PR:		ports/136597
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-07-09 09:01:35 +00:00

29 lines
601 B
Makefile

# Ports collection makefile for: pycha
# Date created: 08 July, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= pycha
PORTVERSION= 0.5.0
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
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>