pkgsrc/sysutils/lxtask/Makefile
gutteridge f44cddd767 lxtask: update to 0.1.9
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.
2019-12-15 23:49:25 +00:00

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"