# $Id: Portfile 83224 2011-08-29 04:31:22Z ryandesign@macports.org $ PortSystem 1.0 name netclasses-framework version 1.06 categories net platforms darwin maintainers bfulgham description Asynchronous networking library long_description Netclasses is an asynchronous networking library that \ works natively on OS X, and any of the various \ platforms supported by GNUstep. It greatly \ simplifies the task of putting together \ networking applications. homepage http://netclasses.sourceforge.net/ master_sites sourceforge:project/netclasses/netclasses/${version} distname netclasses-${version} use_bzip2 yes checksums rmd160 73d1a89841cacd2b357bf72c8002c5551fff6b47 \ sha256 6ef5879cd847da85e7a4dad9bfb74b08d41df60dc7fcbf01d689faad1aaced26 depends_build port:gnustep-make-cocoa build.cmd . ${prefix}/GNUstep/Cocoa/System/Library/Makefiles/GNUstep.sh && ${build.cmd} platform darwin 8 { patchfiles-append patch-Source-GNUmakefile.in } destroot { file copy ${worksrcpath}/Source/netclasses.framework \ ${destroot}${frameworks_dir} }