Ticket #48201: Portfile-analog.diff
File Portfile-analog.diff, 1.2 KB (added by Schamschula (Marius Schamschula), 9 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name analog 7 version 6.0.1 17 version 6.0.12 8 8 9 9 categories www 10 10 license GPL-2 … … 22 22 distname analog-src-[string range [subst [regsub -all {\.} "${version}" {}]] 0 6]ce 23 23 use_zip yes 24 24 25 checksums rmd160 14769d38a047fc274570e975d3e88a9a986ca732 \ 26 sha256 5aa8e1a5458f4536555bb0f63888321143fee7e600e89bc3bde4757e9cb047b3 27 28 worksrcdir analog-[string range [subst [regsub -all {\.} "${version}" {-}]] 0 6]source 25 checksums rmd160 01391b8674284c63571653eb6efd49a5d506663c \ 26 sha256 0cb14aa9b9b3e204656fcb61fef5ecefc63b54eca8772a358ab7ea6a1eb443fd 29 27 30 28 # Note, it'd be nice to use an already-installed version of jpeg and libpng 31 29 # as well, but analog currently doesn't have a HAVE_ define for them, just … … 41 39 42 40 build.args DEFS="-DHAVE_ZLIB" LIBS="-lz" 43 41 build.target analog 44 #build.cmd cd ${worksrcpath}/src && make45 42 46 43 destroot { 47 44 xinstall -m 755 -d "${destroot}${prefix}/bin" \