Page MenuHomeFreeBSD

Templates/Makefile: Modernize and extend
ClosedPublic

Authored by zirias on Oct 11 2023, 9:51 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 30, 3:36 PM
Unknown Object (File)
Wed, Apr 10, 4:26 PM
Unknown Object (File)
Mon, Apr 8, 2:06 PM
Unknown Object (File)
Sun, Apr 7, 8:36 AM
Unknown Object (File)
Sat, Apr 6, 9:04 PM
Unknown Object (File)
Mar 25 2024, 10:34 PM
Unknown Object (File)
Mar 12 2024, 10:39 PM
Unknown Object (File)
Jan 14 2024, 4:24 AM
Subscribers

Details

Summary

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.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

zirias created this revision.
This revision is now accepted and ready to land.Oct 11 2023, 9:55 AM
This revision was automatically updated to reflect the committed changes.