Changeset 81437
- Timestamp:
- 07/30/11 13:40:13 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/net/adium/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/adium/Portfile
r57380 r81437 4 4 5 5 name adium 6 version 1. 2.56 version 1.3.0 7 7 categories net aqua 8 8 maintainers nomaintainer … … 12 12 connect to any number of messaging accounts on any combination of \ 13 13 supported messaging services and then chat with other people using \ 14 those services.15 homepage http://www.adiumx.com16 platforms macosx17 master_sites {}18 fetch.type svn19 svn.url svn://svn.adiumx.com/adium/tags/AdiumX_${version}20 worksrcdir AdiumX_${version}21 14 22 livecheck.type regex 23 livecheck.url http://trac.adiumx.com/wiki/AdiumVersionHistory 24 livecheck.regex "Version (.+) " 15 pre-fetch { 16 ui_error "Installation cancelled since the port is going to be removed from MacPorts due to an existing native installer." 17 return -code error 18 } 25 19 26 use_configure no27 28 depends_lib port:Growl29 build.type pbx30 build.target -project Adium.xcodeproj -target Adium31 build.args -configuration Deployment32 33 destroot {34 set appPath ${destroot}/Applications/MacPorts35 xinstall -d ${appPath}36 file copy ${worksrcpath}/build/Deployment/Adium.app ${appPath}37 }
Note: See TracChangeset
for help on using the changeset viewer.

