1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/sysutils/libg15/Makefile
Fernando Apesteguía 608d4c1d35 sysutils/libg15: update to 3.0.6
gcc-c++11-lib is not required anymore

PR:	256758
Reported by:	menelkir@itroll.org (maintainer)
2021-06-24 19:22:44 +02:00

19 lines
415 B
Makefile

PORTNAME= libg15
DISTVERSION= 3.0.6
CATEGORIES= sysutils
MASTER_SITES= https://gitlab.com/menelkir/${PORTNAME}/-/archive/${PORTVERSION}/
MAINTAINER= menelkir@itroll.org
COMMENT= API for control of LCD and the extra keys on Logitech keyboards
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake libtool tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>