You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
1.3 KiB
Tcl
35 lines
1.3 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup cmake 1.1
|
|
PortGroup boost 1.0
|
|
|
|
name assimp2
|
|
set rname assimp
|
|
version 2.0.863
|
|
revision 3
|
|
conflicts assimp
|
|
categories graphics
|
|
maintainers nomaintainer
|
|
description library to import 3D model formats
|
|
long_description Open Asset Import Library (short name: Assimp) is a \
|
|
portable Open Source library to import various well-known \
|
|
3D model formats in a uniform manner. This is the legacy 2.0 \
|
|
version.
|
|
platforms darwin
|
|
license BSD
|
|
|
|
homepage http://www.assimp.org
|
|
master_sites sourceforge:${rname}
|
|
|
|
checksums md5 9f41662501bd9d9533c4cf03b7c25d5b \
|
|
sha1 eb6938c134e7110a96243570e52a8b860d15d915 \
|
|
rmd160 6657a592c985f77b9c5ba6c507851853dc698a69
|
|
distname ${rname}--${version}-sdk
|
|
use_zip yes
|
|
|
|
livecheck.type regex
|
|
livecheck.name ${rname}
|
|
livecheck.url http://sourceforge.net/projects/assimp/files/${rname}-2.0
|
|
livecheck.regex ${rname}--(\[0-9.\]+)-sdk.zip
|