freebsd-ports/graphics/py-freeimagepy/Makefile
Pav Lucistnik 420a44ffdb py-freeimagepy is a python wrapper for freeimage library.
PR:		ports/85553
Submitted by:	"Choe, Cheng-Dae" <whitekid@gmail.com>
2005-09-04 22:27:21 +00:00

27 lines
579 B
Makefile

# New ports collection makefile for: py-freeimagepy
# Date created: 2005-09-01
# Whom: Choe, Cheng-Dae
#
# $FreeBSD$
#
PORTNAME= freeimagepy
PORTVERSION= 1.0.0
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= FreeImagePy_${PORTVERSION}
MAINTAINER= whitekid@gmail.com
COMMENT= A FreeImage library python wrapper
LIB_DEPENDS= freeimage:${PORTSDIR}/graphics/freeimage
WRKSRC= ${WRKDIR}/FreeImagePy
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>