Changeset 79077
- Timestamp:
- 06/01/11 07:34:59 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/strigi/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/strigi/Portfile
r79060 r79077 4 4 PortSystem 1.0 5 5 PortGroup cmake 1.0 6 PortGroup qt4 1.0 6 if {[variant_isset qt4]} { 7 PortGroup qt4 1.0 8 } 7 9 8 10 name strigi … … 32 34 -DICONV_LIBRARIES:FILEPATH=${prefix}/lib/libiconv.dylib \ 33 35 -DLIBXML2_INCLUDE_DIR:PATH=${prefix}/include/libxml2 \ 34 -DLIBXML2_LIBRARIES:FILEPATH=${prefix}/lib/libxml2.dylib 36 -DLIBXML2_LIBRARIES:FILEPATH=${prefix}/lib/libxml2.dylib \ 37 -DENABLE_QT4:BOOL=OFF 35 38 36 39 # Best practice for CMake dictates that builds should be out of source. … … 45 48 xinstall -m 644 -W ${worksrcpath} COPYING README AUTHORS ChangeLog TODO ${destroot}${prefix}/share/doc/${name} 46 49 } 50 51 variant qt4 description {Use qt4-mac} { 52 configure.args-delete -DENABLE_QT4:BOOL=OFF 53 } 54 47 55 livecheck.url http://sourceforge.net/projects/strigi/files/ 48 56 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
Note: See TracChangeset
for help on using the changeset viewer.

