Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136
28 lines
520 B
Makefile
28 lines
520 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= collada-dom
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.5.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= trueos@norwegianrockcat.com
|
|
COMMENT= COLLADA Document Object Model (DOM) C++ Library
|
|
|
|
LICENSE= MIT
|
|
|
|
LIB_DEPENDS= libminizip.so:archivers/minizip \
|
|
libpcre.so:devel/pcre \
|
|
libboost_filesystem.so:devel/boost-libs \
|
|
libboost_system.so:devel/boost-libs
|
|
|
|
USES= cmake gnome
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GNOME= libxml2
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= rdiankov
|
|
GH_PROJECT= collada-dom
|
|
|
|
.include <bsd.port.mk>
|