freebsd-ports/graphics/py-wand/Makefile
Olivier Duchateau c3dadda110 - Update to 0.4.4
- Remove patch (merged upstream)
2016-10-22 15:30:08 +00:00

24 lines
445 B
Makefile

# $FreeBSD$
PORTNAME= Wand
PORTVERSION= 0.4.4
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= olivierd@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>