freebsd-ports/graphics/py-wand/Makefile
2017-03-19 16:11:40 +00:00

24 lines
443 B
Makefile

# $FreeBSD$
PORTNAME= Wand
PORTVERSION= 0.4.4
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= MagickWand Python binding
LICENSE= MIT
LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.pre.mk>
PYDISTUTILS_INSTALLARGS+= --install-data ${DATADIR}
.include <bsd.port.post.mk>