aboutsummaryrefslogtreecommitdiff
path: root/x11/inputplug/Makefile
blob: e08f9a1ef965145d372a701d344f2c4dd12865df (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=	inputplug
DISTVERSION=	0.3
CATEGORIES=	x11

MAINTAINER=	0mp@FreeBSD.org
COMMENT=	XInput event monitor daemon

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	mk-configure>=0:devel/mk-configure

USES=		localbase perl5 pkgconfig xorg
USE_GITHUB=	yes
GH_ACCOUNT=	andrewshadura
USE_PERL5=	build
USE_XORG=	x11 xcb xi
MAKE_CMD=	mkcmake
MAKE_ARGS=	MANDIR="${PREFIX}/share/man"

PLIST_FILES=	bin/inputplug \
		share/man/man1/inputplug.1.gz

.include <bsd.port.mk>