blob: 0b21239ab4a41edc7fca015834fd99d8c022a8f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>The FreeBSD Ports Collection (%%PORT%%)</title>
</head>
<body>
<h1>The FreeBSD Ports Collection (%%PORT%%)</h1>
<hr>
<p>You are now in the directory for the port "%%PORT%%".</p>
<p>The package name of this port is "%%PKG%%".</p>
<p>This is the one-line description for this port:</p>
<hr>
<p>
%%COMMENT%%
</p>
<hr>
<p>Please read the "<a href="%%DESCR%%">description file</a>" for a
longer description%%WEBSITE%%.</p>
<p>If needed, you may contact the <a href=
"mailto:%%EMAIL%%">maintainer</a> of this port or the port <a href=
"mailto:ports@FreeBSD.org">mailing-list</a>.</p>
<p>%%BUILD_DEPENDS%%</p>
<p>%%RUN_DEPENDS%%</p>
<p>Go to the <a href="%%TOP%%/README.html">top of the ports tree</a> for
a summary on how to use the ports collection.</p>
<hr>
<p><a href="../README.html">Go up one level</a> | <a href=
"%%TOP%%/README.html">Go to top of ports tree</a></p>
</body>
</html>
|