blob: e65cc382cb2506c6f3d0610f897e967ea20f9719 (
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
54
55
56
57
58
59
60
61
|
# $NetBSD: Makefile,v 1.39 2006/01/24 07:32:51 wiz Exp $
#
DISTNAME= gnome-themes-2.12.1
PKGREVISION= 3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-themes/2.12/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Collection of themes and icons for GNOME 2
CONFLICTS+= clearlooks-metacity-[0-9]*
BUILD_USES_MSGFMT= yes
USE_DIRS+= gnome2-1.5 theme-1.0
USE_TOOLS+= gmake pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Smokey-Red
cd ${PREFIX}/share/icons/Smokey-Red && ${INSTALL_DATA_DIR} \
96x96/filesystems 72x72/filesystems 64x64/filesystems \
48x48/filesystems 48x48/emblems
${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Smokey-Blue
cd ${PREFIX}/share/icons/Smokey-Blue && ${INSTALL_DATA_DIR} \
96x96/filesystems 72x72/filesystems 64x64/filesystems \
48x48/emblems
${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Sandy
cd ${PREFIX}/share/icons/Sandy && ${INSTALL_DATA_DIR} \
96x96/filesystems 72x72/filesystems \
48x48/filesystems 36x36/filesystems 24x24/filesystems \
12x12/filesystems
${INSTALL_DATA_DIR} ${PREFIX}/share/icons/LowContrastLargePrint/48x48
${INSTALL_DATA_DIR} ${PREFIX}/share/icons/HighContrastLargePrintInverse/48x48
${INSTALL_DATA_DIR} ${PREFIX}/share/icons/HighContrastLargePrint/48x48
${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Flat-Blue
cd ${PREFIX}/share/icons/Flat-Blue && ${INSTALL_DATA_DIR} \
96x96/filesystems 72x72/filesystems 72x72/devices \
48x48/filesystems 48x48/emblems \
48x48/devices 36x36/filesystems 36x36/emblems \
24x24/filesystems 24x24/emblems 20x20/filesystems \
192x192/filesystems 12x12/filesystems 12x12/emblems scalable/emblems
${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Crux
cd ${PREFIX}/share/icons/Crux && ${INSTALL_DATA_DIR} \
96x96/filesystems 96x96/emblems 72x72/filesystems 72x72/emblems \
48x48/filesystems 48x48/emblems 36x36/filesystems \
24x24/filesystems 192x192/filesystems 12x12/filesystems
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../wm/metacity/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/gtk2-engines/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|