freebsd-ports/devel/swarm/pkg-message
Vanilla I. Shu 0a6370dc68 Make swarm buildable,
BUMP version.

PR:		ports/59075
Submitted by:	maintainer.
2003-11-09 14:45:59 +00:00

17 lines
413 B
Text

Please set SWARMHOME to %%PREFIX%% while using this package.
ex:
in tcsh:
setenv SWARMHOME %%PREFIX%%
in bash:
export SWARMHOME=%%PREFIX%%
and use gmake to build swarm examples.
Swarm examples can be found at:
ftp://ftp.swarm.org/pub/swarm/apps/objc/sdg/swarmapps-2.1.1.tar.gz
( Objective-C examples )
and
ftp://ftp.swarm.org/pub/swarm/apps/java/sdg/jheatbugs-2.1.tar.gz
( java example )