1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/x11/xfce4-taskmanager/Makefile
Pav Lucistnik e420a16991 - Mark BROKEN on 9.X: does not build
task-manager-freebsd.c:143: error: 'MAXSLP' undeclared (first use in this function)

Reported by:	pointyhat
2011-03-25 21:10:01 +00:00

41 lines
878 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
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900000
BROKEN= does not compile on FreeBSD 9.X
.endif
post-patch:
@${REINPLACE_CMD} -e 's|prefix)/$$(DATADIRNAME)|datadir)|' \
${WRKSRC}/po/Makefile.in.in
post-install:
@-update-desktop-database
.include <bsd.port.post.mk>