mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
b65f9e32ba
- Add LICENSE_FILE - Fix indent - Update WWW Changes: https://github.com/emcconville/wand/releases
27 lines
489 B
Makefile
27 lines
489 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Wand
|
|
PORTVERSION= 0.4.5
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= MagickWand Python binding
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
PYDISTUTILS_INSTALLARGS+= --install-data ${DATADIR}
|
|
|
|
.include <bsd.port.post.mk>
|