freebsd-ports/x11/libfakekey/Makefile
Raphael Kubo da Costa 8243cf9252 New port: x11/libfakekey.
libfakekey is a simple library for converting UTF-8 characters into 'fake' X
  key-presses.

  WWW: https://www.yoctoproject.org/tools-resources/projects/matchbox

Submitted by:	Tobias Berner <tcberner@gmail.com> to the area51 KDE repository
2016-01-21 22:58:07 +00:00

19 lines
423 B
Makefile

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