mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
991 B
Plaintext
33 lines
991 B
Plaintext
PortSystem 1.0
|
|
PortGroup gnustep 1.0
|
|
|
|
name ProjectCenter
|
|
version 0.6.2
|
|
platforms darwin
|
|
license GPL-2+
|
|
maintainers aiei.ch:alex
|
|
|
|
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 f68de67b89c686c4c68fb123a84de767 \
|
|
rmd160 48156150e4849023f836b4b51a7a5aff9e47cb4a \
|
|
sha256 c5104ae18511260f900c6de6cca0bcf39361da1866499102bf2a90e2f05d9473
|
|
|
|
array set gnustep.post_flags {
|
|
Library "-lgnustep-base"
|
|
}
|
|
|
|
post-patch {
|
|
reinplace "s|framework|framework/Versions/Current|g" \
|
|
${worksrcpath}/Modules/GNUmakefile.bundles
|
|
}
|
|
|
|
build.args DO_LIB_LINK=yes
|