a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20307 2006-11-01 21:21:02Z blair@macports.org $
PortSystem 1.0
PortGroup gnustep 1.0
name netclasses
version 1.06
platforms darwin
maintainers yves@macports.org
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.sf.net/
master_sites sourceforge:netclasses
checksums md5 7d00f92743c85d60bfa4fb8b798d5af6
use_bzip2 yes
depends_lib port:gnustep-base
array set gnustep.post_flags {
Source "-lobjc -lgnustep-base"
}
use_configure yes