1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/sysutils/ufetch/Makefile
Felix Palmen 7d1faa7179 bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
2023-07-12 20:56:04 +02:00

31 lines
600 B
Makefile

PORTNAME= ufetch
DISTVERSIONPREFIX= v
DISTVERSION= 0.2
CATEGORIES= sysutils
MAINTAINER= lcook@FreeBSD.org
COMMENT= Tiny system info for Unix-like operating systems
WWW= https://gitlab.com/jschx/ufetch/
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITLAB= yes
GL_ACCOUNT= jschx
GL_TAGNAME= 9831ec29c6ec3b105a7a1c3573f58f4f7c414e09
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/ufetch
post-patch:
${REINPLACE_CMD} -e 's|-freebsd||g' ${WRKSRC}/${PORTNAME}-freebsd
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}-freebsd \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>