freebsd-ports/Templates
Felix Palmen 0a170fe305 Templates/Makefile: Modernize and extend
The template for a port Makefile can be used automatically by editors
like vim. It hasn't been updated since its introduction in 2014 though.

Modernize and extend it to meet current best practices:

- Replace PORTVERSION with DISTVERSION, which is now the preferred
  variable to use.
- Add the WWW variable which should be set for every port.
- Add the LICENSE and LICENSE_FILE variables which should also be set
  whenever possible.

Approved by:		bapt
Differential Revision:	https://reviews.freebsd.org/D42155
2023-10-11 11:56:37 +02:00
..
Licenses
BSD.local.dist
config.guess
config.site
config.sub
Makefile
README.category
README.port
README.top

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">

<html>
  <head>
    <title>The FreeBSD Ports Collection</title>
  </head>

  <body>
    <h1>The FreeBSD Ports Collection</h1>
    <hr>

    <p>You are at the top of the ports tree.</p>

    <p>For information on how to use the ports tree, please look at "The
    Ports Collection" section of the FreeBSD handbook <a href=
    "file://localhost/usr/share/doc/handbook/handbook.html">on your own
    FreeBSD machine</a> or <a href=
    "http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html">
    at the FreeBSD web site</a>.</p>

    <p>Also, if you would like to contribute a new port or fix an existing
    one, please refer to the <a href=
    "http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html">
    Porting Guidelines</a> section of the most current handbook.</p>

    <p>Here are the one-line descriptions for each of the directories:</p>
    <hr>
<pre>
%%SUBDIR%%
</pre>
    <hr>
  </body>
</html>