summaryrefslogtreecommitdiff
path: root/x11/libfakekey/Makefile
blob: bcbd4f51192d54e63fd66cb21b39cbb4eac54944 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.1.1.1 2010/08/30 09:42:41 obache Exp $
#

DISTNAME=	libfakekey-0.1
CATEGORIES=	x11
MASTER_SITES=	http://matchbox-project.org/sources/libfakekey/0.1/

MAINTAINER=	obache@NetBSD.org
HOMEPAGE=	http://matchbox-project.org/
COMMENT=	X Virtual Keyboard Library
LICENSE=	gnu-gpl-v2

PKG_DESTDIR_SUPPORT=	user-destdir

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes
USE_TOOLS+=	pkg-config

PKGCONFIG_OVERRIDE+=	libfakekey.pc.in

.include "../../x11/libXtst/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"