1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/lang/go/files/pkg-message.in
Wesley Shields 0c5bb18988 Use pkg-message.in.
Install Make.* into ${GOROOT}/src so go packages can be used.

Submitted by:	wen@
2010-11-24 14:45:50 +00:00

15 lines
490 B
Plaintext

------------------------------------------------------------------
To build Go programs for FreeBSD, you'll want to set up your
environment properly. The following environment variables should
be set:
GOOS=freebsd
GOARCH=%%ARCH%%
GOROOT=%%PREFIX%%/lib/go
Your compiler is %%GOOBJ%%g and your linker is %%GOOBJ%%l.
For more information on programming in Go and for more
documentation, see http://www.golang.org.
------------------------------------------------------------------