mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
23 lines
535 B
Makefile
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}
|
|
USE_BZIP2= yes
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|