aboutsummaryrefslogtreecommitdiff
path: root/x11/xfce4-taskmanager/Makefile
blob: 65a45f63572e8b2ec8249835749cac7ec16f1a6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: DaJoob

PORTNAME=	xfce4-taskmanager
PORTVERSION=	1.4.2
CATEGORIES=	x11 xfce
MASTER_SITES=	XFCE/apps
DIST_SUBDIR=	xfce4

MAINTAINER=	xfce@FreeBSD.org
COMMENT=	Task manager for the Xfce desktop

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		gettext-tools gmake gnome localbase pkgconfig tar:bzip2 \
		xorg
USE_GNOME=	cairo gdkpixbuf2 glib20 gtk30 intltool libwnck3
USE_XORG=	ice sm x11 xmu xt

GNU_CONFIGURE=	yes
INSTALLS_ICONS=	yes

PORTSCOUT=	limitw:1,even

CONFIGURE_ARGS+=	--disable-silent-rules --disable-gksu --enable-wnck3

OPTIONS_DEFINE=		NLS
OPTIONS_SUB=		yes

NLS_CONFIGURE_ENABLE=	nls
NLS_USES=		gettext-runtime

.include <bsd.port.mk>