Page MenuHomeFreeBSD

Templates/Makefile: Modernize and extend
ClosedPublic

Authored by zirias on Oct 11 2023, 9:51 AM.
Tags
None
Referenced Files
F107561832: D42155.id128543.diff
Wed, Jan 15, 10:29 PM
Unknown Object (File)
Sat, Dec 28, 2:29 AM
Unknown Object (File)
Sat, Dec 28, 1:46 AM
Unknown Object (File)
Dec 10 2024, 5:24 PM
Unknown Object (File)
Nov 9 2024, 10:29 AM
Unknown Object (File)
Nov 9 2024, 10:28 AM
Unknown Object (File)
Nov 6 2024, 6:03 AM
Unknown Object (File)
Nov 4 2024, 6:06 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 53922
Build 50812: arc lint + arc unit

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.