blob: 93d9f345ef5d724f8ce1f256995b04d5f95238c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: py-freeimagepy
# Date created: 2005-09-01
# Whom: Choe, Cheng-Dae
#
# $FreeBSD$
#
PORTNAME= freeimagepy
PORTVERSION= 1.4.0
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= FreeImagePy_w_dll_${PORTVERSION}
MAINTAINER= araujo@bsdmail.org
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>
|