aboutsummaryrefslogblamecommitdiff
path: root/graphics/piddle/Makefile
blob: 4875a7a49f1409d641f1067cbc9fe51465e70c95 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                  
 
                      

                      
                               
                  
                                       
 
                                 
                                                    
 

                      
                           
                                   
                   
 
                 
 
                    
 
                     
                                                                      

                      
# Created by: dom@happygiraffe.net

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

LICENSE=	GPLv2+

USES=		python:3.6+
USE_PYTHON=	distutils autoplist
NO_ARCH=	yes

PORTDOCS=	*

OPTIONS_DEFINE=	DOCS

post-install-DOCS-on:
	cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>