3c5bdfdf12
Changes since 2.7.90 * New mime icon for WordPerfect documents * New 16x16 and 24x24 stock_new-tab icons * Updated translations [cy, th, zh_TW] Changes since 1.3.7 * New translations [bs, nb] * Updated translations [az, ca, es, eu, fi, ne, sq, sv, uk] Changes since 1.3.6 * New device icons * Updated translations [fi, fr, ms, sr, zh_CN] Changes since 1.3.5 * Add open lock icons, Fixes #141458 * Add bittorrent icon, Fixes #148226 * Add ipod icons * Add 32 and 48 px icons for mail-send-receive * Updated translations [bg, da, hi, hu, ko, pt_BR, sq] Changes since 1.3.4 * Updated translations [sq, da, bg, pt_BR] Changes since 1.3.3: * Added stock_3dsound and stock_headphones icons for 24 and 16 pixel sizes * Added text/x-objcsrc mime type icon, Fixes #144987 Changes since 1.3.2: * Fix API breakage for stock_save_as vs. stock_save-as * Fix build so that make distcheck works
33 lines
1 KiB
Makefile
33 lines
1 KiB
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2004/09/21 16:48:38 jmmv Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
GNOME_ICON_THEME_BUILDLINK3_MK:= ${GNOME_ICON_THEME_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= gnome-icon-theme
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngnome-icon-theme}
|
|
BUILDLINK_PACKAGES+= gnome-icon-theme
|
|
|
|
.if !empty(GNOME_ICON_THEME_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.gnome-icon-theme+= gnome-icon-theme>=2.8.0
|
|
BUILDLINK_PKGSRCDIR.gnome-icon-theme?= ../../graphics/gnome-icon-theme
|
|
|
|
. include "../../mk/bsd.prefs.mk"
|
|
|
|
dirs!= ${GREP} "^@dirrm" ${.CURDIR}/../../graphics/gnome-icon-theme/PLIST | \
|
|
${CUT} -d ' ' -f 2
|
|
. for d in ${dirs}
|
|
PRINT_PLIST_AWK+= /^@dirrm ${d:S/\//\\\//g}$$/ \
|
|
{ print "@comment in gnome-icon-theme: " $$0; next; }
|
|
. endfor
|
|
. undef d
|
|
. undef dirs
|
|
.endif # GNOME_ICON_THEME_BUILDLINK3_MK
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../lang/perl5/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|