freebsd-ports/sysutils/libg15/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
455 B
Makefile

PORTNAME= libg15
DISTVERSION= 3.0.7
CATEGORIES= sysutils
MAINTAINER= ports@FreeBSD.org
COMMENT= API for control of LCD and the extra keys on Logitech keyboards
WWW= https://gitlab.com/menelkir/libg15
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake libtool
USE_GITLAB= yes
USE_LDCONFIG= yes
GL_ACCOUNT= menelkir
GL_TAGNAME= ea3bc624ac7b3c84f4669c317cae8554ec897907
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>