aboutsummaryrefslogtreecommitdiff
path: root/x11/libfakekey/Makefile
blob: 83d8de5fa2429a84dcdd45be6a77a7980a717a72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	libfakekey
DISTVERSION=	0.3
CATEGORIES=	x11 kde
MASTER_SITES=	https://git.yoctoproject.org/cgit/cgit.cgi/${PORTNAME}/snapshot/

MAINTAINER=	kde@FreeBSD.org
COMMENT=	X virtual keyboard library
WWW=		https://www.yoctoproject.org/tools-resources/projects/matchbox

LICENSE=	LGPL20+

USES=		autoreconf libtool pathfix pkgconfig xorg
USE_XORG=	x11 xtst
GNU_CONFIGURE=	YES
CONFIGURE_ARGS=	--disable-static
INSTALL_TARGET=	install-strip

pre-configure:
	cd ${WRKSRC} && ${SETENV} NOCONFIGURE=yes ${SH} ./autogen.sh

.include <bsd.port.mk>