pkgsrc-wip/xfce4-panel/Makefile
Martti Kuparinen 4537dd1840 Updated Xfce to 4.4.1
Lots of bug fixes, for a detailed list see

http://www.xfce.org/documentation/changelogs/4.4.1
2007-04-11 14:12:57 +00:00

32 lines
1,019 B
Makefile

# $NetBSD: Makefile,v 1.14 2007/04/11 14:12:58 marttikuparinen Exp $
.include "../../wip/xfce4/Makefile.common"
.include "../../mk/compiler.mk"
DISTNAME= xfce4-panel-${XFCE4_VERSION}
#PKGREVISION= 1
CATEGORIES= x11
COMMENT= Xfce panel
CONFIGURE_ARGS+= --with-html-dir=${PREFIX:Q}/share/doc
PKGCONFIG_OVERRIDE= panel/xfce4-panel-1.0.pc.in
PTHREAD_AUTO_VARS= yes
# If using gcc-4, compile the panel launcher without GCC optimization. See
# http://bugzilla.xfce.org/show_bug.cgi?id=2262
.if (!empty(CC_VERSION:Mgcc-4.*))
SUBST_CLASSES+= launcher
SUBST_STAGE.launcher= post-configure
SUBST_FILES.launcher= plugins/launcher/Makefile
SUBST_SED.launcher= -e 's|-O |-O0 |g'
SUBST_SED.launcher+= -e 's|-O[123s] |-O0 |g'
.endif
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../wip/xfce4-mcs-plugins/buildlink3.mk"
.include "../../x11/startup-notification/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"