1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/graphics/piddle/Makefile
Antoine Brodin b4b72e29b5 - Stage support
- Use PYDISTUTILS_AUTOPLIST
2014-01-30 20:57:05 +00:00

26 lines
462 B
Makefile

# Created by: dom@happygiraffe.net
# $FreeBSD$
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
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-install:
cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>