23 lines
859 B
XML
23 lines
859 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
|
"http://www.FreeBSD.org/XML/doc/share/xml/xhtml10-freebsd.dtd" [
|
|
<!ENTITY title "FreeBSD &java; Project: How To Make a Port">
|
|
<!ENTITY url.books "../../doc/en_US.ISO8859-1/books">
|
|
]>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>&title;</title>
|
|
|
|
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
|
|
</head>
|
|
|
|
<body class="navinclude.developers">
|
|
|
|
<p>General instructions can be found in the
|
|
<a href="&url.books;/porters-handbook/index.html">Porter's Handbook</a>.</p>
|
|
<p>For &java; ports, please refer to the
|
|
<a href="&url.books;/porters-handbook/using-java.html">Using Java</a> section.</p>
|
|
<p>The more ported applications we have, the better.</p>
|
|
|
|
</body>
|
|
</html>
|