diff options
Diffstat (limited to 'x11/lxinput/Makefile')
-rw-r--r-- | x11/lxinput/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11/lxinput/Makefile b/x11/lxinput/Makefile new file mode 100644 index 00000000000..dd6b824ff6d --- /dev/null +++ b/x11/lxinput/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2016/05/23 10:46:22 youri Exp $ + +DISTNAME= lxinput-0.3.5 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/} +EXTRACT_SUFX= .tar.xz + +MAINTAINER= youri@NetBSD.org +HOMEPAGE= http://lxde.org/ +COMMENT= Simple graphical front end to configure keyboard and mouse +LICENSE= gnu-gpl-v2 + +GNU_CONFIGURE= yes +USE_TOOLS+= gmake intltool pkg-config + +.include "../../x11/gtk2/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../mk/bsd.pkg.mk" |