1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/x11/libfakekey/Makefile
2021-04-06 16:31:07 +02:00

19 lines
416 B
Makefile

# 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>