freebsd-ports/x11/xrestop/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

22 lines
579 B
Makefile

PORTNAME= xrestop
PORTVERSION= 0.4
PORTREVISION= 5
CATEGORIES= x11
MAINTAINER= bland@FreeBSD.org
COMMENT= X11 server side resource usage statistics monitor
WWW= https://www.freedesktop.org/wiki/Software/xrestop/
USES= gmake pkgconfig ncurses xorg xorg-cat:app
USE_XORG= x11 xext xrender xt xres xorgproto
GNU_CONFIGURE= yes
USE_GITLAB= yes
GL_TAGNAME= 5e3d606e9e055c2442e90285b6fe7ffdc2f721b8
CONFIGURE_ENV= XLIBS="-L${LOCALBASE}/lib -lX11"
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${LOCALBASE}/include
PLIST_FILES= bin/xrestop man/man1/xrestop.1.gz
.include <bsd.port.mk>