blob: 2e896c375286e9986f8cf215d64a021f80335c73 (
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
|
# $NetBSD: Makefile,v 1.95 2004/01/03 18:49:56 reed Exp $
#
.include "Makefile.common"
PKGREVISION= 10
COMMENT= Core component of GNU Network Object Management Environment
DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs
DEPENDS+= xscreensaver-gnome>=4.14:../xscreensaver-gnome
DEPENDS+= gnome-session>=1.4.2:../../x11/gnome1-session
DEPENDS+= gnome-panel>=1.4.2:../../x11/gnome1-panel
BUILD_DEPENDS+= gtk-doc>=0.9:../../textproc/gtk-doc
BUILD_USES_MSGFMT= YES
CONFLICTS+= gnome2-terminal-[0-9]*
.include "../../mk/bsd.prefs.mk"
.if (${LOCALBASE} == ${X11PREFIX})
BUILDLINK_DEPENDS.gnome-pixmaps=gnome{,2}-pixmaps>=1.4.2
.endif
pre-install:
.for dir in gsm smproxy panel applets
${ECHO} install: >${WRKSRC}/${dir}/Makefile
.endfor
post-install:
.for prg in gnome-feedback gnome-terminal # Handled in gnome-dirs: gpl lgpl fdl
. for lng in C da de es it no
[ ! -d ${PREFIX}/share/gnome/help/${prg}/${lng}/figures ] || \
${RMDIR} ${PREFIX}/share/gnome/help/${prg}/${lng}/figures
. endfor
.endfor
.include "../../archivers/bzip2/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../devel/libglade/buildlink2.mk"
.include "../../graphics/gdk-pixbuf-gnome/buildlink2.mk"
.include "../../graphics/gnome-pixmaps/buildlink2.mk"
.include "../../lang/perl5/buildlink2.mk"
.include "../../textproc/libxml/buildlink2.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../www/gtkhtml/buildlink2.mk"
.include "../../www/libghttp/buildlink2.mk"
.include "../../x11/gnome1-session/buildlink2.mk"
.include "../../x11/gnome1-panel/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|