API and library for control of LCD and the extra keys on Logitech keyboards. PR: 250429 PR: 250430 Submitted by: Daniel Menelkir
23 lines
460 B
Makefile
23 lines
460 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libg15render
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/g15tools/libg15render/${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>
|