freebsd-ports/sysutils/libg15render/Makefile
Daniel Engberg 8664509c70 sysutils/libg15render: Use USE_GITLAB and update WWW entry
Use USE_GITLAB to follow Porters Handbook more closely and be consistent
with ports tree and update WWW
2022-10-15 20:48:14 +02:00

24 lines
507 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_COMMIT= b7c1b217e95a1c473fa219c1940c8c9db0eb4628
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>