Changelog: https://gitlab.com/menelkir/libg15render/-/releases PR: 255493 Submitted by: Daniel Menelkir <menelkir@itroll.org> (maintainer)
20 lines
475 B
Makefile
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>
|