View | Details | Raw Unified | Return to bug 250429 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/libg15/Makefile (+23 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	libg15
4
PORTVERSION=	1.2.7
5
CATEGORIES=	sysutils
6
MASTER_SITES=	https://sourceforge.net/projects/g15tools/files/libg15/${PORTVERSION}/
7
8
MAINTAINER=	menelkir@itroll.org
9
COMMENT=	API for control of LCD and the extra keys on Logitech keyboards
10
11
LICENSE=	GPLv2
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
14
USES=		compiler:gcc-c++11-lib gmake libtool
15
USE_LDCONFIG=	yes
16
17
PLIST_FILES=	include/libg15.h lib/libg15.a lib/libg15.so lib/libg15.so.1 lib/libg15.so.1.0.0
18
19
GNU_CONFIGURE=	yes
20
21
INSTALL_TARGET=install-strip
22
23
.include <bsd.port.mk>
(-)sysutils/libg15/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1602854846
2
SHA256 (libg15-1.2.7.tar.gz) = e6b449a88bed78faf77c0d6e9667a3cef2700c7766f9de7f1635d219dbc44717
3
SIZE (libg15-1.2.7.tar.gz) = 330362
(-)sysutils/libg15/pkg-descr (+3 lines)
Line 0 Link Here
1
API for control of the LCD display and the extra keys on some Logitech keyboards
2
3
WWW: https://sourceforge.net/projects/g15tools

Return to bug 250429