1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/graphics/pygts/Makefile
Pawel Pekala 3343b2f3b5 - Port is stage safe
- Convert to new LIB_DEPENDS format
2014-04-28 16:22:07 +00:00

22 lines
433 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= pygts
PORTVERSION= 0.3.1
PORTREVISION= 2
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= libgts.so:${PORTSDIR}/graphics/gts
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USES= pkgconfig
.include <bsd.port.mk>