Changeset 81933
- Timestamp:
- 08/06/11 08:49:27 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/libproplist/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/libproplist/Portfile
r30224 r81933 2 2 3 3 PortSystem 1.0 4 4 5 name libproplist 5 6 version 0.10.1 … … 13 14 and to be compatible with it. 14 15 16 homepage http://www.windowmaker.org/ 15 17 master_sites ftp://ftp.windowmaker.org/pub/libs/ \ 18 freebsd \ 16 19 macports:lt:lt 17 20 … … 30 33 set libver 1 31 34 32 post-build { system " cc-dynamiclib -install_name ${prefix}/lib/libPropList.${libver}.dylib -compatibility_version ${libver} ${worksrcpath}/.libs/libPropList.a -o ${worksrcpath}/.libs/libPropList.${libver}.dylib" }35 post-build { system "${configure.cc} -dynamiclib -install_name ${prefix}/lib/libPropList.${libver}.dylib -compatibility_version ${libver} ${worksrcpath}/.libs/libPropList.a -o ${worksrcpath}/.libs/libPropList.${libver}.dylib" } 33 36 34 37 post-destroot { xinstall -m 644 ${worksrcpath}/.libs/libPropList.${libver}.dylib ${destroot}${prefix}/lib }
Note: See TracChangeset
for help on using the changeset viewer.

