freebsd-ports/sysutils/libg15render/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

24 lines
508 B
Makefile

PORTNAME= libg15render
DISTVERSION= 3.0.4
CATEGORIES= sysutils
MAINTAINER= ports@FreeBSD.org
COMMENT= Library to render the LCD screen on Logitech keyboards
WWW= https://gitlab.com/menelkir/libg15render
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libg15.so:sysutils/libg15
USES= gmake libtool localbase
USE_GITLAB= yes
USE_LDCONFIG= yes
GL_ACCOUNT= menelkir
GL_TAGNAME= b7c1b217e95a1c473fa219c1940c8c9db0eb4628
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>