aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2016-01-03 15:08:50 +0000
committerMartin Wilke <miwi@FreeBSD.org>2016-01-03 15:08:50 +0000
commit5aa5c46d8d553ee7deff5735caee57aa272726c3 (patch)
treeef288e1307a1d4452fbe066e6444eb67beb534e9 /graphics
parent4d6489538530cc7bae79a08d906740d933aef7a0 (diff)
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-paint/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/py-paint/Makefile b/graphics/py-paint/Makefile
index 941eadae4d44..d162776fba66 100644
--- a/graphics/py-paint/Makefile
+++ b/graphics/py-paint/Makefile
@@ -18,6 +18,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
libttf.so:${PORTSDIR}/print/freetype
+OPTIONS_DEFINE= EXAMPLES
+
USES= python
USE_PYTHON= distutils autoplist
USE_GNOME= libartlgpl2
@@ -34,6 +36,7 @@ post-patch:
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/paint.so
+post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${CP} ${WRKSRC}/test* ${STAGEDIR}${EXAMPLESDIR}