blob: 55e6bd6153402aceb6acefb7805478ff00a2db65 (
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
# $NetBSD: Makefile,v 1.16 2004/01/22 12:56:12 jmmv Exp $
#
DISTNAME= nautilus-2.4.1
PKGREVISION= 4
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/nautilus/2.4/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.gnome.org/projects/nautilus/
COMMENT= Nautilus file manager for GNOME2
USE_PKGLOCALEDIR= yes
USE_BUILDLINK2= yes
USE_X11= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE= ${WRKSRC}/libnautilus/libnautilus.pc.in
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
GCONF2_SCHEMAS= apps_nautilus_preferences.schemas
OWN_DIRS= ${PKG_SYSCONFDIR}/X11/serverconfig
OWN_DIRS+= ${PKG_SYSCONFDIR}/X11/starthere
OWN_DIRS+= ${PKG_SYSCONFDIR}/X11/sysconfig
EGDIR= ${PREFIX}/share/examples/nautilus
CONF_FILES=
.for conffile in X11/serverconfig/.directory \
X11/starthere/.directory \
X11/starthere/applications.desktop \
X11/starthere/preferences.desktop \
X11/starthere/serverconfig.desktop \
X11/starthere/sysconfig.desktop \
X11/sysconfig/.directory
CONF_FILES+= ${EGDIR}/${conffile} ${PKG_SYSCONFDIR}/${conffile}
.endfor
.undef conffile
.include "../../devel/GConf2/schemas.mk"
.include "../../devel/libgsf/buildlink2.mk"
.include "../../devel/eel2/buildlink2.mk"
.include "../../graphics/imlib2/buildlink2.mk"
.include "../../graphics/librsvg2/buildlink2.mk"
.include "../../sysutils/fam/buildlink2.mk"
.include "../../textproc/intltool/buildlink2.mk"
.include "../../x11/gnome-desktop/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|