# $Id: Portfile,v 1.2 2005/09/17 05:02:26 jmpp Exp $ PortSystem 1.0 PortGroup xcode 1.0 name NmapFE version 0.85 revision 1 categories aqua net maintainers jmpp@opendarwin.org description Cocoa frontend for the popular nmap port-scanning software. long_description NmapFE is a Cocoa frontend for the popular Nmap port-scanning software \ written in Objective-C. It can also be useful as a "teaching tool" since \ it shows the user how to construct a complex Nmap command line based on \ their choices, and provides background information (via tooltips) on what \ the different choices mean. homepage http://faktory.org/m/software/nmap/ master_sites http://www.opendarwin.org/~jmpp/miscellaneous/ distname nmapfe_osx-${version} checksums md5 f683592a6687799e2733db68851bb22a # This port has two Xcode targets, "NmapFE" and "Nmap Launcher", which are both built by Xcode GroupCode # through omission of any 'xcode.target' or 'build.target' clauses, which makes it default to -allTargets. # Only the "Nmap Launcher" target is destrooted, however, given the dport's specific requirements. destroot.target "Nmap Launcher" xcode.destroot.path /Applications/DarwinPorts/${name} post-destroot { file rename ${worksrcpath}/Documentation ${destroot}/Applications/DarwinPorts/${name} file rename ${worksrcpath}/NmapFE\ Read\ Me.rtf ${destroot}/Applications/DarwinPorts/${name} }