# $Id: Portfile,v 1.2 2005/05/25 07:39:12 mww Exp $ PortSystem 1.0 name SMBManager version 1.5 categories aqua net platforms darwin maintainers mww@opendarwin.org description SMB Manager lets you manage your Samba favorite servers. long_description ${description} homepage http://www.labo-apple.org/en/software/smb+manager/ master_sites http://www.labo-apple.org/Ressources/softs/SMBManager/ distname SMBManager-sources checksums md5 442420b5909cdf5d50d4db401d9da47c use_zip yes post-extract { file rename "${workpath}/SMB Manager" ${worksrcpath} } use_configure no build.type pbx build.target destroot { xinstall -m 755 -d ${destroot}/Applications/DarwinPorts file copy "${worksrcpath}/build/SMB Manager.app" \ ${destroot}/Applications/DarwinPorts/ }