Tweak audio/esperanza version 0.4.0.20091017_2
[dports.git] / graphics / pygts / Makefile
1 # Created by: Wen Heping <wenheping@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       pygts
5 PORTVERSION=    0.3.1
6 PORTREVISION=   4
7 CATEGORIES=     graphics python
8 MASTER_SITES=   SF
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Python binding for GNU Triangulated Surface(GTS) Library
12
13 BUILD_DEPENDS=  ${PYNUMPY}
14 RUN_DEPENDS=    ${PYNUMPY}
15 LIB_DEPENDS=    libgts.so:${PORTSDIR}/graphics/gts
16
17 USE_PYTHON=     distutils
18 USES=           pkgconfig python
19
20 .include <bsd.port.mk>