Last change
on this file was
134144,
checked in by mmoll@…, 3 years ago
|
add 'cmake.out_of_source yes' to mmoll's ports; see #47197
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.5 KB
|
Line | |
---|
1 | # -*- 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 |
---|
2 | # $Id: Portfile 134144 2015-03-19 01:16:09Z mmoll@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup cmake 1.0 |
---|
6 | cmake.out_of_source yes |
---|
7 | |
---|
8 | name assimp |
---|
9 | version 3.0.1270 |
---|
10 | revision 1 |
---|
11 | conflicts assimp2 |
---|
12 | categories graphics |
---|
13 | maintainers openmaintainer mmoll |
---|
14 | description library to import/export 3D model formats |
---|
15 | long_description Open Asset Import Library (short name: Assimp) is a \ |
---|
16 | portable Open Source library to import various well-known \ |
---|
17 | 3D model formats in a uniform manner. The most recent \ |
---|
18 | version also knows how to export 3d files and is therefore \ |
---|
19 | suitable as general-purpose 3D model converter. |
---|
20 | homepage http://assimp.sourceforge.net/ |
---|
21 | platforms darwin |
---|
22 | license BSD |
---|
23 | master_sites sourceforge |
---|
24 | |
---|
25 | checksums md5 52aa4cf4e34e6b2a9c5f6c0b3c319af1 \ |
---|
26 | sha1 e80a3a4326b649ed6585c0ce312ed6dd68942834 \ |
---|
27 | rmd160 7bd166f6c8df2e2000e3b93122b6eb70738d1cc3 |
---|
28 | distname ${name}--${version}-source-only |
---|
29 | patchfiles patch-CMakeLists.txt.diff \ |
---|
30 | patch-code-STEPFile.h.diff |
---|
31 | use_zip yes |
---|
32 | depends_lib port:boost port:zlib |
---|
33 | |
---|
34 | livecheck.type regex |
---|
35 | livecheck.url http://sourceforge.net/projects/assimp/rss |
---|
36 | livecheck.regex /${name}--(\[0-9.\]+)-source-only${extract.suffix} |
---|
Note: See
TracBrowser
for help on using the repository browser.