f44cddd767
Change log: 0.1.9 ------------------------------------------------------------------------- * Made priority change to work actually, that was broken for ages. * Aligned used memory calculation with ‘free’ command line utility. * Some translations updates.
19 lines
518 B
Makefile
19 lines
518 B
Makefile
# $NetBSD: Makefile,v 1.13 2019/12/15 23:49:25 gutteridge Exp $
|
|
|
|
DISTNAME= lxtask-0.1.9
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= youri@NetBSD.org
|
|
HOMEPAGE= https://lxde.org/
|
|
COMMENT= Lightweight desktop-independent task manager
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= 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"
|