08d28c57032a955d52acb6b55d9b0b393d32f888
[monkeysphere.git] / website / news / FreeBSD-port-available.mdwn
1 [[!meta title="FreeBSD port available"]]
2
3 Update: [FreeBSD's official ports tree now contains monkeysphere
4 0.24](FreeBSD-0.24-port-accepted).
5
6 There is now a FreeBSD port available for the Monkeysphere.
7
8 It has been built and tested (so far) on a FreeBSD 7.1 AMD64 system,
9 installed from the [BETA2
10 ISOs](ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-amd64/7.1/).  Many
11 thanks to [Anarcat](http://anarcat.ath.cx/pgp) for his work in pulling
12 this port together!
13
14 While the monkeysphere is not officially included in the ports tree
15 yet, [a problem
16 report](http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/128406) has
17 been submitted, and the package itself is functional.
18
19 The latest version of the ports directory can be found in [the git
20 repository](/community) under
21 `packaging/freebsd/security/monkeysphere`.  Please [let us
22 know](/community) if you encounter any problems with it on a FreeBSD
23 system.
24
25 If you have git installed on your FreeBSD system, you should be able
26 to build the latest port with:
27
28     git clone git://git.monkeysphere.info/monkeysphere
29     cp -a monkeysphere/packaging/freebsd/security/monkeysphere /usr/ports/security
30     cd /usr/ports/security/monkeysphere
31     make && make install
32
33 Happy Hacking!
34