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