summaryrefslogtreecommitdiff
path: root/x11/xfce4-taskmanager/Makefile
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2013-10-15 18:36:02 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2013-10-15 18:36:02 +0000
commit5483a9d67873de1dc452bfef0191dc81f95b6fff (patch)
tree86377d0e922207e753983679587f0d16a831ac7d /x11/xfce4-taskmanager/Makefile
parentenable stage. (diff)
- Support STAGEDIR
While I'm here - Switch to USES= gmake - Convert to new LIB_DEPENDS format - Enhance COMMENT entry (misc/xfce4-wm-themes) - Adjust Xfce dependencies, and bump PORTREVISION (sysutils/xfce4-power-manager)
Notes
Notes: svn path=/head/; revision=330424
Diffstat (limited to 'x11/xfce4-taskmanager/Makefile')
-rw-r--r--x11/xfce4-taskmanager/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/x11/xfce4-taskmanager/Makefile b/x11/xfce4-taskmanager/Makefile
index b919ba06f32f..8344cf9dc653 100644
--- a/x11/xfce4-taskmanager/Makefile
+++ b/x11/xfce4-taskmanager/Makefile
@@ -10,24 +10,18 @@ MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
-COMMENT= A task manager for Xfce
+COMMENT= Task manager for the Xfce desktop
-LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \
- wnck-1.22:${PORTSDIR}/x11-toolkits/libwnck
+LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \
+ libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck
GNU_CONFIGURE= yes
USE_BZIP2= yes
USES= gettext gmake pkgconfig
-USE_GNOME= gtk20 desktopfileutils intltool intlhack
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
+USE_GNOME= gtk20 intltool intlhack
post-patch:
@${REINPLACE_CMD} -e 's|prefix)/$$(DATADIRNAME)|datadir)|' \
${WRKSRC}/po/Makefile.in.in
-post-install:
- @-update-desktop-database
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>