1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/graphics/py-freeimagepy/Makefile
Adam Weinberger aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00

23 lines
535 B
Makefile

# Created by: Choe, Cheng-Dae
# $FreeBSD$
PORTNAME= freeimagepy
PORTVERSION= 2.0.1
CATEGORIES= graphics python
MASTER_SITES= SF/${PORTNAME}/FreeImagePy/V${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= FreeImagePy_w_dll-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= FreeImage library python wrapper
LIB_DEPENDS= libfreeimage.so:${PORTSDIR}/graphics/freeimage
WRKSRC= ${WRKDIR}/FreeImagePy-${PORTVERSION}
USES= tar:bzip2
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>