aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libfakekey/Makefile
blob: 52202c474a67d3411b5b541d9f72ae06ff0aedaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Tobias Berner <tcberner@gmail.com>
# $FreeBSD$

PORTNAME=   libfakekey
PORTVERSION=    0.1
CATEGORIES= x11 kde
MASTER_SITES=   http://downloads.yoctoproject.org/releases/matchbox/${PORTNAME}/${PORTVERSION}/

MAINTAINER= kde@FreeBSD.org
COMMENT=    X virtual keyboard library

LICENSE=    LGPL20+

USES=       libtool pathfix pkgconfig
USE_XORG=   x11 xtst
GNU_CONFIGURE=  YES
INSTALL_TARGET= install-strip

.include <bsd.port.mk>