[88791] trunk/dports/graphics/vlfeat/Portfile
stromnov at macports.org
stromnov at macports.org
Wed Jan 11 13:23:15 PST 2012
Revision: 88791
http://trac.macports.org/changeset/88791
Author: stromnov at macports.org
Date: 2012-01-11 13:23:11 -0800 (Wed, 11 Jan 2012)
Log Message:
-----------
vlfeat: update to version 0.9.14
Modified Paths:
--------------
trunk/dports/graphics/vlfeat/Portfile
Modified: trunk/dports/graphics/vlfeat/Portfile
===================================================================
--- trunk/dports/graphics/vlfeat/Portfile 2012-01-11 20:28:25 UTC (rev 88790)
+++ trunk/dports/graphics/vlfeat/Portfile 2012-01-11 21:23:11 UTC (rev 88791)
@@ -4,11 +4,14 @@
PortSystem 1.0
name vlfeat
-version 0.9.9
+version 0.9.14
revision 0
categories graphics devel
+license BSD
platforms darwin
+
maintainers stromnov openmaintainer
+
description Implementation of SIFT, MSER and other CV algorithms.
long_description \
@@ -19,19 +22,23 @@
homepage http://vlfeat.org/
master_sites http://vlfeat.org/download/
-checksums md5 7f55a78f12e3867c8ff98da2c0f3b058 \
- sha1 a97526eee7803ba7b7d1191b492d22dcb3c53a72 \
- rmd160 50b40fa4d08e2a31560e6c5361a4d072344bd3ae
+checksums md5 d937e0b2f4c8b7240c81deac4f170aa3 \
+ sha1 6d9d6d61052bf9c27dcf9ae0732e665044930b7e \
+ rmd160 fb7b7b48723e5e694e2121d25420beae8f5a76f2
use_configure no
+supported_archs x86_64
+
+build.args-append ARCH=maci64
+
post-patch {
reinplace "s|-install_name @loader_path/|-install_name ${prefix}/lib/|g" ${worksrcpath}/make/dll.mak
}
destroot {
- xinstall -m 755 -W ${worksrcpath}/bin/maci libvl.dylib ${destroot}${prefix}/lib
- xinstall -m 755 -W ${worksrcpath}/bin/maci sift mser ${destroot}${prefix}/bin
+ xinstall -m 755 -W ${worksrcpath}/bin/maci64 libvl.dylib ${destroot}${prefix}/lib
+ xinstall -m 755 -W ${worksrcpath}/bin/maci64 sift mser ${destroot}${prefix}/bin
xinstall -d -m 755 ${destroot}${prefix}/include/vl
foreach header [glob -directory ${worksrcpath}/vl *.h] {
xinstall -m 644 $header ${destroot}${prefix}/include/vl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120111/2836cc95/attachment.html>
More information about the macports-changes
mailing list