freebsd-ports/sysutils/libg15render/Makefile
Rainer Hurling 2e938a8803 sysutils/libg15render: Update to 3.0.2
Changelog: https://gitlab.com/menelkir/libg15render/-/releases

PR:		255493
Submitted by:	Daniel Menelkir <menelkir@itroll.org> (maintainer)
2021-04-29 22:06:53 +02:00

20 lines
475 B
Makefile

PORTNAME= libg15render
PORTVERSION= 3.0.2
CATEGORIES= sysutils
MASTER_SITES= https://gitlab.com/menelkir/${PORTNAME}/-/archive/${PORTVERSION}/
MAINTAINER= menelkir@itroll.org
COMMENT= Library to render the LCD screen on Logitech keyboards
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libg15.so:sysutils/libg15
USES= compiler:gcc-c++11-lib gmake libtool tar:bzip2
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>