freebsd-ports/devel/gnustep/pkg-message
2019-08-13 16:01:59 +00:00

15 lines
304 B
Text

[
{ type: install
message: <<EOM
To use GNUstep you need to source the envoroment in your shell:
for sh/bash:
. /usr/local/GNUstep/System/Library/Makefiles/GNUstep.sh
for csh:
source /usr/local/GNUstep/System/Library/Makefiles/GNUstep.csh
then start your applications with "openapp <name>".
EOM
}
]