mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
89127ba408
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).
21 lines
473 B
Makefile
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>
|