blob: 1994a1b976e8e0d463c9d8b55dc341e9d67574d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# $NetBSD: Makefile,v 1.13 2000/10/15 02:38:59 jlam Exp $
DISTNAME= xfce-3.5.2
CATEGORIES= x11
MASTER_SITES= http://www.xfce.org/archive/
MAINTAINER= jwise@netbsd.org
HOMEPAGE= http://www.xfce.org/
DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= imlib-1.9.*:../../graphics/imlib
USE_X11= # defined
USE_XPM= # defined
USE_X11BASE= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
USE_GMAKE= # defined
GNU_CONFIGURE= # defined
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_ENV+= CPPFLAGS="${CPPFLAGS}"
# work around bug in configure script
CONFIGURE_ENV+= gt_cv_func_gettext_libintl="yes"
CPPFLAGS+= -I${LOCALBASE}/include # libintl.h
CPPFLAGS+= -I${X11BASE}/include # dependent includes for xpm.h
.include "../../mk/bsd.pkg.mk"
|