graphics/libgltf: update to 0.1.0 release
This commit is contained in:
parent
086bb739b6
commit
dfebc65b8d
@ -1,6 +1,5 @@
|
||||
PORTNAME= libgltf
|
||||
PORTVERSION= 0.0.2
|
||||
PORTREVISION= 23
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= graphics devel
|
||||
MASTER_SITES= LODEV
|
||||
|
||||
@ -12,13 +11,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/boost/ptr_container/ptr_map.hpp:devel/boost-libs \
|
||||
${LOCALBASE}/include/glm/glm.hpp:math/glm
|
||||
LIB_DEPENDS= libepoxy.so:graphics/libepoxy
|
||||
|
||||
USES= compiler:c++0x gl libtool pathfix pkgconfig tar:bzip2
|
||||
USES= compiler:c++0x gl libtool localbase pathfix pkgconfig
|
||||
USE_GL= glew
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-werror
|
||||
INSTALL_TARGET= install-strip
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
PLIST_SUB= VERSION=${PORTVERSION:R}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (libgltf-0.0.2.tar.bz2) = d1cc7297ed1921aa969e26413b4c4e18afc882ce4d2f5a2aa2a2905706f7206b
|
||||
SIZE (libgltf-0.0.2.tar.bz2) = 538040
|
||||
TIMESTAMP = 1639485691
|
||||
SHA256 (libgltf-0.1.0.tar.gz) = 119e730fbf002dd0eaafa4930167267d7d910aa17f29979ca9ca8b66625fd2da
|
||||
SIZE (libgltf-0.1.0.tar.gz) = 736163
|
||||
|
@ -1,6 +1,7 @@
|
||||
include/libgltf-0.0/libgltf.h
|
||||
include/libgltf-0.0/types.h
|
||||
lib/libgltf-0.0.so
|
||||
lib/libgltf-0.0.so.0
|
||||
lib/libgltf-0.0.so.0.0.2
|
||||
libdata/pkgconfig/libgltf-0.0.pc
|
||||
include/libgltf-%%VERSION%%/libgltf.h
|
||||
include/libgltf-%%VERSION%%/types.h
|
||||
lib/libgltf-%%VERSION%%.a
|
||||
lib/libgltf-%%VERSION%%.so
|
||||
lib/libgltf-%%VERSION%%.so.1
|
||||
lib/libgltf-%%VERSION%%.so.1.0.0
|
||||
libdata/pkgconfig/libgltf-%%VERSION%%.pc
|
||||
|
Loading…
Reference in New Issue
Block a user