pkgsrc/x11/xfce3/Makefile
joerg 58c3144236 Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.

graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
2006-12-15 20:32:52 +00:00

45 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.15 2006/12/15 20:33:05 joerg Exp $
DISTNAME= xfce-3.8.18
PKGREVISION= 8
CATEGORIES= x11
MASTER_SITES= http://www.xfce.org/archive/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.xfce.org/
COMMENT= Lightweight desktop environment with CDE look and feel
USE_X11BASE= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake msgfmt
GNU_CONFIGURE= yes
FONTS_DIRS.x11+= ${PREFIX}/share/xfce/cursors
FONTS_DIRS.x11+= ${PREFIX}/share/xfce/fonts
REQD_DIRS+= ${PREFIX}/share/xfce
REQD_DIRS+= ${PREFIX}/share/xfce/cursors
REQD_DIRS+= ${PREFIX}/share/xfce/fonts
.if ${MACHINE_ARCH} == "alpha"
GCC_REQD+= 2.95
.endif
CONFIGURE_ARGS+= --without-included-gettext
CONFIGURE_ARGS+= --datadir=${PREFIX:Q}/share
CONFIGURE_ARGS+= --sysconfdir=${PREFIX:Q}/etc
CONFIGURE_ARGS+= --enable-imlib=${BUILDLINK_PREFIX.imlib:Q}
CONFIGURE_ARGS+= --disable-libiconv
CONFIGURE_ARGS+= --disable-audiofile
# work around bug in configure script
#CONFIGURE_ENV+= gt_cv_func_gettext_libintl="yes"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/imlib/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"