909c0a415f
PR: 135209 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
24 lines
470 B
Makefile
24 lines
470 B
Makefile
# New ports collection makefile for: pygts
|
|
# Date created: 17 May, 2009
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pygts
|
|
PORTVERSION= 0.3.0
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Python binding for GNU Triangulated Surface(GTS) Library
|
|
|
|
BUILD_DEPENDS= ${PYNUMPY}
|
|
RUN_DEPENDS= ${PYNUMPY}
|
|
LIB_DEPENDS= gts.5:${PORTSDIR}/graphics/gts
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|