aboutsummaryrefslogtreecommitdiff
path: root/www/wt/(public-mirror)
diff options
context:
space:
mode:
authorSiva Mahadevan <me@svmhdvn.name>2024-08-22 12:09:45 +0000
committerVladimir Druzenko <vvd@FreeBSD.org>2024-08-22 12:09:45 +0000
commit9d7a750da6e7b15b07f31b21e8bbe7b6d4178b24 (patch)
tree2ee5edf6a95df5ba7c200f149ccb224027e48ff7 /www/wt/(public-mirror)
parent19dcf0189194c2b2b985dc8af86ebc25da648ecd (diff)
downloadports-main.tar.gz
ports-main.zip
sysutils/htop: simplify MakefileHEADmain
This change cleans up the Makefile to follow Porter's Handbook guidance. Here is the rationale for each change: * As per https://docs.freebsd.org/en/books/porters-handbook/book/#makefile-master_sites-github, ports are urged to move to using Github releases instead of git tags. This change replaces USE_GITHUB with MASTER_SITES to statically point to htop release tarballs. This also requires the addition of USES=tar:xz * Remove USES=autoreconf because the release tarball doesn't need to run it * Remove USES=compiler:c11 since upstream https://github.com/htop-dev/htop states that a C99 compiler is needed. * Add USES=desktop-file-utils as the port installs htop.desktop * htop does not exist in the official NVD CPE dictionary, so as per https://docs.freebsd.org/en/books/porters-handbook/book/#uses-cpe, we should "not ever make up CPE data." Thus, USES=cpe is removed until an entry is contributed to the CPE dictionary * USES={libtool,localbase,pkgconfig,python:build,shebangfix} are not necessary for a successful build and run with the GH release tarball. * GNU_CONFIGURE_MANPREFIX was unnecessary since default value in Mk/bsd.port.mk is same ${PREFIX}/share PR: 280820 Approved by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
Diffstat (limited to 'www/wt/(public-mirror)')
0 files changed, 0 insertions, 0 deletions