Portfile

# $Id: Portfile 20307 2006-11-01 21:21:02Z blair@macports.org $

PortSystem 1.0
PortGroup gnustep 1.0

name ProjectCenter
version 0.4.3
platforms darwin
maintainers yves@macports.org

description GNUstep's integrated developement environment (IDE).
long_description \
ProjectCenter is GNUstep's integrated developement environment (IDE). \
It is based in part on NeXT's original Project Builder. \
It assists you in starting new projects \
and lets you manage your project files \
using a intuitive and well ordered graphical user interface.

master_sites gnustep:dev-apps
checksums md5 d7751435e4a94a6d198d7fa627a634f5

array set gnustep.post_flags {
Library "-lgnustep-base"
}
post-patch {
reinplace "s|ProjectCenter.framework|ProjectCenter.framework/Versions/Current|" \
${worksrcpath}/Modules/GNUmakefile.bundles
}

build.args-append DO_LIB_LINK=yes