Change log: 0.3.2 ------------------------------------------------------------------------- * Fixed crash in some rare cases with unusual monitor name so it failed to detect monitor and crashed instead. * Fixed case with dot in monitor name. * Some translations updates.
18 lines
508 B
Makefile
18 lines
508 B
Makefile
# $NetBSD: Makefile,v 1.12 2019/12/15 23:52:58 gutteridge Exp $
|
|
|
|
DISTNAME= lxrandr-0.3.2
|
|
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 the xrandr extension
|
|
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"
|