aboutsummaryrefslogtreecommitdiff
path: root/graphics/pygts/Makefile
blob: 0db66bfd2de47338f404aa9e8130457791033e4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	pygts
# Date created:		17 May, 2009
# Whom:			Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	pygts
PORTVERSION=	0.1.4
CATEGORIES=	graphics python
MASTER_SITES=	SF

MAINTAINER=	wenheping@gmail.com
COMMENT=	Python binding for GNU Triangulated Surface(GTS) Library

LIB_DEPENDS=	gts.5:${PORTSDIR}/graphics/gts

USE_PYTHON=		yes
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>