You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1021 B
Plaintext
34 lines
1021 B
Plaintext
PortSystem 1.0
|
|
|
|
name netclasses-framework
|
|
version 1.06
|
|
categories net
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
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}
|
|
}
|
|
|