mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
33 lines
802 B
Makefile
33 lines
802 B
Makefile
# New ports collection makefile for: pygooglechart
|
|
# Date created: 2009-01-09
|
|
# Whom: Nicola Vitale <nivit@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pygooglechart
|
|
PORTVERSION= 0.2.1
|
|
#PORTREVISION= 0
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= http://pygooglechart.slowchop.com/files/download/ \
|
|
LOCAL/nivit/${PORTNAME}/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= A complete Python wrapper for the Google Chart API
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
PORTEXAMPLES= *
|
|
|
|
.if !defined(NOPORTEXAMPLES)
|
|
EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
|
|
post-install:
|
|
${MKDIR} ${EXAMPLESDIR} && cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|