blob: ed277a00a9687a2c45198683b5c5c492a6e8d67e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= pygts
PORTVERSION= 0.3.1
PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
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
USES= pkgconfig
NO_STAGE= yes
.include <bsd.port.mk>
|