pkgsrc/x11/xfce/Makefile
2002-04-23 17:46:17 +00:00

43 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.27 2002/04/23 17:46:17 martti Exp $
DISTNAME= xfce-3.8.16
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
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= imlib>=1.9.11nb1:../../graphics/imlib
USE_X11= # defined
USE_XPM= # defined
USE_X11BASE= # defined
USE_LIBINTL= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
USE_GMAKE= # defined
GNU_CONFIGURE= # defined
GCC_VERSION!= gcc --version
.if (${GCC_VERSION:C/-.*$$//} == egcs) && (${MACHINE_ARCH} == alpha)
.include "../../lang/gcc/Makefile.gcc"
.endif
EVAL_PREFIX+= IMLIBDIR=imlib
CONFIGURE_ARGS+= --without-included-gettext
CONFIGURE_ARGS+= --datadir=${PREFIX}/share
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc
CONFIGURE_ARGS+= --enable-imlib=${IMLIBDIR}
CONFIGURE_ARGS+= --disable-libiconv
# work around bug in configure script
CONFIGURE_ENV+= gt_cv_func_gettext_libintl="yes"
CPPFLAGS+= -I${X11BASE}/include # dependent includes for xpm.h
.include "../../mk/bsd.pkg.mk"