19 lines
523 B
Makefile
19 lines
523 B
Makefile
# $NetBSD: Makefile,v 1.8 2018/04/16 14:35:23 wiz Exp $
|
|
|
|
DISTNAME= lxinput-0.3.5
|
|
PKGREVISION= 5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= youri@NetBSD.org
|
|
HOMEPAGE= https://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 msgfmt
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|