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

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 xorg
USE_XORG=	x11 xtst
GNU_CONFIGURE=	YES
INSTALL_TARGET=	install-strip

.include <bsd.port.mk>