freebsd-ports/Templates/Makefile
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

14 lines
124 B
Makefile

PORTNAME=
DISTVERSION=
CATEGORIES=
MASTER_SITES=
MAINTAINER=
COMMENT=
WWW=
LICENSE=
LICENSE_FILE=
.include <bsd.port.mk>