diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-01-21 22:58:07 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-01-21 22:58:07 +0000 |
commit | 8243cf9252f20d8999da2c1e764ee2728aa666d6 (patch) | |
tree | fc55dcbb4d8d71cf4394134e310b580c2d80763a /x11/libfakekey/Makefile | |
parent | 71590dbc998414437ab814ef9bffec355cd9d5ea (diff) | |
download | ports-8243cf9252f20d8999da2c1e764ee2728aa666d6.tar.gz ports-8243cf9252f20d8999da2c1e764ee2728aa666d6.zip |
Notes
Diffstat (limited to 'x11/libfakekey/Makefile')
-rw-r--r-- | x11/libfakekey/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/libfakekey/Makefile b/x11/libfakekey/Makefile new file mode 100644 index 000000000000..52202c474a67 --- /dev/null +++ b/x11/libfakekey/Makefile @@ -0,0 +1,19 @@ +# 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> |