# $Id$ PortSystem 1.0 name nzbget version 0.2.3 categories net maintainers nomaintainer description binary newsgrabber long_description \ A command-line based binary newsgrabber for Linux, Unix \ and Mac OS X supporting nzb-files. homepage http://sourceforge.net/projects/nzbget/ platforms darwin master_sites sourceforge patchfiles patch-Coordinator.cpp patch-NZBQueue.h patch-NCursesFrontend.cpp \ patch-NZBQueue.cpp patch-NZBQueueCoordinator.cpp patch-nzbget.cpp checksums md5 25554537c7641bd36f573a5f7c89b449 depends_lib port:libxml2 configure.args --with-libxml2-includes=${prefix}/include/libxml2 platform darwin 9 { configure.cppflags-append -D__DARWIN_UNIX03 } destroot { xinstall ${worksrcpath}/nzbget ${destroot}${prefix}/bin/nzbget file mkdir ${destroot}${prefix}/share/doc/nzbget foreach file {CHANGELOG COPYING README TODO nzbget.cfg.example} { xinstall ${worksrcpath}/${file} ${destroot}${prefix}/share/doc/nzbget } }