Update of pkgsrc files
This commit is contained in:
parent
2f0c9638db
commit
eeb2b96095
3 changed files with 11 additions and 13 deletions
|
@ -1,8 +1,7 @@
|
|||
This is the GTS library (a version called snaphot by the authors).
|
||||
GTS stands for the GNU Triangulated Surface Library. It includes a
|
||||
number of useful functions to deal with triangulated surfaces
|
||||
including, but not limited to, multi-resolution models, Delaunay and
|
||||
Constrained Delaunay triangulations, set operations on surfaces
|
||||
(intersection, union etc ...), bounding-boxes trees for efficient
|
||||
collision and intersection detection, triangle strips generation for
|
||||
fast rendering.
|
||||
This is the GTS library. GTS stands for the GNU Triangulated Surface
|
||||
Library. It includes a number of useful functions to deal with
|
||||
triangulated surfaces including, but not limited to, multi-resolution
|
||||
models, Delaunay and Constrained Delaunay triangulations, set
|
||||
operations on surfaces (intersection, union etc ...), bounding-boxes
|
||||
trees for efficient collision and intersection detection, triangle
|
||||
strips generation for fast rendering.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2015/08/30 23:02:24 slitvinov Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2015/09/06 14:31:49 slitvinov Exp $
|
||||
|
||||
DISTNAME= gts-snapshot
|
||||
SNAPDATE= 121130
|
||||
|
@ -20,7 +20,7 @@ PKGCONFIG_OVERRIDE+= gts.pc.in
|
|||
|
||||
INSTALLATION_DIRS+= bin
|
||||
|
||||
WRKSRC=${WRKDIR}/gts-snapshot-121130
|
||||
WRKSRC=${WRKDIR}/gts-snapshot-${SNAPDATE}
|
||||
|
||||
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.4.0
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2015/08/30 22:42:37 slitvinov Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.2 2015/09/06 14:31:49 slitvinov Exp $
|
||||
|
||||
BUILDLINK_TREE+= gts
|
||||
|
||||
|
@ -8,9 +8,8 @@ GTS_BUILDLINK3_MK:=
|
|||
BUILDLINK_API_DEPENDS.gts+= gts>=0.7.6
|
||||
BUILDLINK_PKGSRCDIR.gts?= ../../wip/gts-snapshot
|
||||
|
||||
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
|
||||
.include "../../graphics/netpbm/buildlink3.mk"
|
||||
.endif # GTS_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -gts
|
||||
|
|
Loading…
Reference in a new issue