2009-05-23 00:00:30 +02:00
|
|
|
# New ports collection makefile for: pygts
|
|
|
|
# Date created: 17 May, 2009
|
|
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pygts
|
2010-10-22 13:09:55 +02:00
|
|
|
PORTVERSION= 0.3.1
|
2009-05-23 00:00:30 +02:00
|
|
|
CATEGORIES= graphics python
|
|
|
|
MASTER_SITES= SF
|
|
|
|
|
2010-10-22 13:09:55 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2009-05-23 00:00:30 +02:00
|
|
|
COMMENT= Python binding for GNU Triangulated Surface(GTS) Library
|
|
|
|
|
2009-06-05 23:58:09 +02:00
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
|
|
|
RUN_DEPENDS= ${PYNUMPY}
|
2009-05-23 00:00:30 +02:00
|
|
|
LIB_DEPENDS= gts.5:${PORTSDIR}/graphics/gts
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|