PortSystem  1.0
PortGroup   gnustep 1.0

name        gnustep-core
version     0.18.1
platforms   darwin
license     BSD
maintainers nomaintainer

description  GNUstep core / Startup package
long_description \
    Startup is a compilation of the core GNUstep libraries. \
    After installing GNUstep Startup, \
    you will have a complete system for compiling and running \
    GNUstep applications.
    
depends_lib port:gnustep-back

distfiles
use_configure no
build       { }
destroot    {
	file mkdir ${destroot}${prefix}/GNUstep/system/Library/Documentation
	system "echo ${long_description} > ${destroot}${prefix}/GNUstep/system/Library/Documentation/README.${name}.txt"
}

variant dev_tools {
    depends_lib-append  port:ProjectCenter
}
