1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/x11/libfakekey/Makefile
Tobias C. Berner 89127ba408 x11/libfakekey: update to 0.3
Follow Linux distributions and switch to git release 0.3 of the port
(release 2017-05-17, the one we had was from 2012-05-08).
2021-07-21 09:30:48 +02:00

21 lines
473 B
Makefile

PORTNAME= libfakekey
DISTVERSION= 0.3
CATEGORIES= x11 kde
MASTER_SITES= https://git.yoctoproject.org/cgit/cgit.cgi/${PORTNAME}/snapshot/
MAINTAINER= kde@FreeBSD.org
COMMENT= X virtual keyboard library
LICENSE= LGPL20+
USES= autoreconf libtool pathfix pkgconfig xorg
USE_XORG= x11 xtst
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --disable-static
INSTALL_TARGET= install-strip
pre-configure:
cd ${WRKSRC} && ${SETENV} NOCONFIGURE=yes ${SH} ./autogen.sh
.include <bsd.port.mk>