freebsd-ports/x11/xfce4-taskmanager/Makefile
Martin Wilke f8b8a8b2fc - Update to 1.0.0
PR:		148603
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2010-07-15 04:48:02 +00:00

34 lines
769 B
Makefile

# New ports collection makefile for: xfce4-taskbar-plugin
# Date created: 5 May 2005
# Whom: DaJoob
#
# $FreeBSD$
#
PORTNAME= xfce4-taskmanager
PORTVERSION= 1.0.0
CATEGORIES= x11 xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= miwi@FreeBSD.org
COMMENT= A task manager for XFCE
LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \
wnck-1.22:${PORTSDIR}/x11-toolkits/libwnck
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnometarget gtk20 desktopfileutils intltool intlhack pkgconfig
post-patch:
@${REINPLACE_CMD} -e 's|prefix)/$$(DATADIRNAME)|datadir)|' \
${WRKSRC}/po/Makefile.in.in
post-install:
@-update-desktop-database
.include <bsd.port.mk>