freebsd-ports/x11/libfakekey/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

19 lines
428 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 xorg
USE_XORG= x11 xtst
GNU_CONFIGURE= YES
INSTALL_TARGET= install-strip
.include <bsd.port.mk>