mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
24 lines
482 B
Makefile
24 lines
482 B
Makefile
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
|
|
|
|
.include <bsd.port.mk>
|