blob: 5983bb12f3863cbcd5db625c1027ea4943c8cc51 (
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
|
# $NetBSD: Makefile,v 1.103 2004/11/30 18:26:41 wiz Exp $
#
.include "Makefile.common"
PKGREVISION= 16
COMMENT= Core component of GNU Network Object Management Environment
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]*
USE_DIRS+= gnome1-1.5
.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/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"
.include "../../graphics/gdk-pixbuf-gnome/buildlink3.mk"
.include "../../graphics/gnome-pixmaps/buildlink3.mk"
.include "../../lang/perl5/buildlink3.mk"
.include "../../textproc/libxml/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../www/gtkhtml/buildlink3.mk"
.include "../../www/libghttp/buildlink3.mk"
.include "../../x11/gnome1-session/buildlink3.mk"
.include "../../x11/gnome1-panel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|