39 lines
872 B
Makefile
39 lines
872 B
Makefile
# Created by: DaJoob
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xfce4-taskmanager
|
|
PORTVERSION= 1.2.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11 xfce
|
|
MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Task manager for the Xfce desktop
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gettext-tools gmake localbase pkgconfig tar:bzip2
|
|
USE_GNOME= glib20 cairo gdkpixbuf2 intltool libwnck
|
|
USE_XORG= ice sm x11 xmu xt
|
|
INSTALLS_ICONS= yes
|
|
|
|
CONFIGURE_ARGS+= --disable-silent-rules --disable-gksu \
|
|
--disable-wnck3 --enable-wnck
|
|
|
|
OPTIONS_DEFINE= GTK3 NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
GTK3_CONFIGURE_ENABLE= gtk3
|
|
GTK3_USE= GNOME=gtk30
|
|
GTK3_USE_OFF= GNOME=gtk20
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
NLS_USES= gettext-runtime
|
|
|
|
.include <bsd.port.mk>
|