aboutsummaryrefslogtreecommitdiff
path: root/sysutils/libg15render/Makefile
blob: 3da21072f0eb67d75c08aaf41c37667f347b8862 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	libg15render
DISTVERSION=	3.0.4
CATEGORIES=	sysutils

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Library to render the LCD screen on Logitech keyboards
WWW=		https://gitlab.com/menelkir/libg15render

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libg15.so:sysutils/libg15

USES=		gmake libtool localbase
USE_GITLAB=	yes
USE_LDCONFIG=	yes

GL_ACCOUNT=	menelkir
GL_TAGNAME=	b7c1b217e95a1c473fa219c1940c8c9db0eb4628

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip

.include <bsd.port.mk>