Files
ports/sysutils/libg15render/Makefile
Daniel Menelkir f9c22f9a79 sysutils/libg15render: update to 3.0.3
PR:	256208
2021-05-29 10:53:31 -07:00

21 lines
475 B
Makefile

PORTNAME= libg15render
PORTVERSION= 3.0.3
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>