19 lines
515 B
Makefile
19 lines
515 B
Makefile
# $NetBSD: Makefile,v 1.3 2016/08/03 10:23:36 adam Exp $
|
|
|
|
DISTNAME= lxrandr-0.3.1
|
|
PKGREVISION= 1
|
|
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 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"
|