pkgsrc/x11/xfce3/Makefile
jlam 585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00

41 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:52 jlam Exp $
DISTNAME= xfce-3.8.18
PKGREVISION= 5
CATEGORIES= x11
MASTER_SITES= http://www.xfce.org/archive/
MAINTAINER= martti@NetBSD.org
HOMEPAGE= http://www.xfce.org/
COMMENT= Lightweight desktop environment with CDE look and feel
BUILD_USES_MSGFMT= yes
USE_X11BASE= # defined
USE_PKGLOCALEDIR= # defined
USE_LIBTOOL= # defined
USE_TOOLS+= gmake
GNU_CONFIGURE= # defined
.if ${MACHINE_ARCH} == "alpha"
GCC_REQD+= 2.95
.endif
CONFIGURE_ARGS+= --without-included-gettext
CONFIGURE_ARGS+= --datadir=${PREFIX}/share
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc
CONFIGURE_ARGS+= --enable-imlib=${BUILDLINK_PREFIX.imlib}
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 "../../graphics/xpm/buildlink3.mk"
.include "../../mk/ossaudio.buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"