# Created by: dom@happygiraffe.net # $FreeBSD: head/graphics/piddle/Makefile 371326 2014-10-21 16:36:12Z mva $ PORTNAME= piddle PORTVERSION= 1.0.15 PORTEPOCH= 1 CATEGORIES= graphics python MASTER_SITES= SF PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Graphical Drawing library for Python USES= python USE_PYTHON= distutils autoplist PORTDOCS= * OPTIONS_DEFINE= DOCS post-install: cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include