opnsense-ports/graphics/py-wand/Makefile
Franco Fichtner 90f50c0879 */*: sync with upstream
Taken from: FreeBSD
2016-06-03 14:56:38 +02:00

24 lines
445 B
Makefile

# $FreeBSD$
PORTNAME= Wand
PORTVERSION= 0.4.3
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>