# $Id$ PortSystem 1.0 PortGroup xcode 1.0 name spotlightfs version 0.1.0 categories fuse platforms macosx maintainers eridius@macports.org description The Spotlight File System for MacFUSE long_description SpotlightFS is a MacFUSE file system that creates true \ smart folders, where the folders' contents are dynamically \ generated by querying Spotlight. This differs from Finder's \ version of smart folders, which are really plist files with \ a .savedSearch file extension. Since SpotlightFS smart folders \ are true folders, they can be used from anywhere--including the command line. homepage http://code.google.com/p/macfuse/ master_sites macports:eridius distfiles SpotlightFS-${version}.tar.bz2 FUSEObjC-0.2.4.tar.bz2 worksrcdir SpotlightFS checksums SpotlightFS-${version}.tar.bz2 md5 102e6196d635ee87521e8b586844a77c \ sha1 e10322f6ea526b878d0b8ac21c51e1246f645959 \ FUSEObjC-0.2.4.tar.bz2 md5 e107bde803d815e51f4d37a112fd7ea6 \ sha1 0626657bd71fcb94bca4c47cbf7e18ba764e57b2 use_bzip2 yes # livecheck.distname SpotlightFS-(.*).dmg depends_build port:libfuse xcode.target SpotlightFS xcode.configuration Release xcode.build.settings LIBRARY_SEARCH_PATHS='/opt/local/lib /usr/local/lib' \ HEADER_SEARCH_PATHS='/opt/local/include /usr/local/include' xcode.destroot.settings LIBRARY_SEARCH_PATHS='/opt/local/lib /usr/local/lib' \ HEADER_SEARCH_PATHS='/opt/local/include /usr/local/include' platform i386 { xcode.build.settings-append ARCHS='i386' xcode.destroot.settings-append ARCHS='i386' } platform powerpc { xcode.build.settings-append ARCHS='ppc' xcode.destroot.settings-append ARCHS='i386' }