openbsd-ports/infrastructure/templates/README.port
espie 9a700ec7a5 put _flavor_fragment into a separate file, that's included from both
bsd.port.mk and bsd.port.subdir.mk. Make sure flavors are properly
separated.

Change the way bsd.port.subdir.mk works, slightly: always set full directories.
- SKIPDIR with full paths will work.
- all dirs are displayed as full package specs.

Generate complete html files.
2003-08-02 09:53:27 +00:00

34 lines
390 B
Plaintext

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html><head><title>The %%PORT%% port</title></head>
<body>
<h1>The %%PORT%% port</h1>
<H2>
%%PKG%%
--
%%COMMENT%%
</H2>
%%SUBPACKAGES%%
<H2>Description</H2>
<pre>
%%DESCR%%
</pre>
<p>
%%HOMEPAGE%%
</p>
<H2>Build dependencies</H2>
<ul>
%%BUILD_DEPENDS%%
</ul>
<H2>Run dependencies</H2>
<ul>
%%RUN_DEPENDS%%
</ul>
</body></html>