freebsd-ports/sysutils/cpufetch/Makefile
Joel Bodenmann 31299d31bf maintainer: Update to FreeBSD address
Change all MAINTAINER entries with <jbo@insane.engineer> to
<jbo@FreeBSD.org>

Approved by:		zirias (mentor)
Differential Review:	https://reviews.freebsd.org/D41781
2023-09-08 16:12:16 +02:00

29 lines
740 B
Makefile

PORTNAME= cpufetch
DISTVERSIONPREFIX= v
DISTVERSION= 1.04
CATEGORIES= sysutils
MAINTAINER= jbo@FreeBSD.org
COMMENT= Simple yet fancy CPU architecture fetching tool
WWW= https://github.com/Dr-Noob/cpufetch
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= not yet ported to other architectures
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= Dr-Noob
PLIST_FILES= bin/cpufetch \
man/man1/cpufetch.1.gz
# Custom install as upstream uses invalid -Dm755 and -Dm644 instead of ${INSTALL_PROGRAM} and ${INSTALL_DATA} accordingly.
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cpufetch ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cpufetch.1 ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>