[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / gnome-themes

Annotation of pkgsrc/x11/gnome-themes/Makefile, Revision 1.43

1.43    ! jlam        1: # $NetBSD: Makefile,v 1.42 2006/03/02 21:11:55 drochner Exp $
1.1       xtraeme     2: #
                      3:
1.42      drochner    4: DISTNAME=              gnome-themes-2.12.3
1.1       xtraeme     5: CATEGORIES=            x11
1.34      jmmv        6: MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gnome-themes/2.12/}
1.1       xtraeme     7: EXTRACT_SUFX=          .tar.bz2
                      8:
1.43    ! jlam        9: MAINTAINER=            pkgsrc-users@NetBSD.org
1.1       xtraeme    10: HOMEPAGE=              http://www.gnome.org/
                     11: COMMENT=               Collection of themes and icons for GNOME 2
                     12:
1.34      jmmv       13: CONFLICTS+=            clearlooks-metacity-[0-9]*
                     14:
1.1       xtraeme    15: BUILD_USES_MSGFMT=     yes
                     16:
1.25      jmmv       17: USE_DIRS+=             gnome2-1.5 theme-1.0
1.32      jlam       18: USE_TOOLS+=            gmake pkg-config
1.1       xtraeme    19: USE_LIBTOOL=           yes
                     20: USE_PKGLOCALEDIR=      yes
                     21: GNU_CONFIGURE=         yes
                     22:
1.38      joerg      23: pre-install:
                     24:        ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Smokey-Red
1.40      joerg      25: .for f in 96x96/filesystems 72x72/filesystems 64x64/filesystems \
                     26:     48x48/filesystems 48x48/emblems
                     27:        ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Smokey-Red/${f}
                     28: .endfor
1.38      joerg      29:        ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Smokey-Blue
1.40      joerg      30: .for f in 96x96/filesystems 72x72/filesystems 64x64/filesystems \
                     31:     48x48/emblems
                     32:        ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Smokey-Blue/${f}
                     33: .endfor
1.38      joerg      34:        ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Sandy
1.40      joerg      35: .for f in 96x96/filesystems 72x72/filesystems 48x48/filesystems \
                     36:     36x36/filesystems 24x24/filesystems 12x12/filesystems
                     37:        ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Sandy/${f}
                     38: .endfor
1.38      joerg      39:        ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/LowContrastLargePrint/48x48
                     40:        ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/HighContrastLargePrintInverse/48x48
                     41:        ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/HighContrastLargePrint/48x48
                     42:        ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Flat-Blue
1.40      joerg      43: .for f in 96x96/filesystems 72x72/filesystems 72x72/devices 48x48/filesystems \
                     44:     48x48/emblems 48x48/devices 36x36/filesystems 36x36/emblems \
                     45:     24x24/filesystems 24x24/emblems 20x20/filesystems \
                     46:     192x192/filesystems 12x12/filesystems 12x12/emblems scalable/emblems
                     47:        ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Flat-Blue/${f}
                     48: .endfor
1.38      joerg      49:        ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Crux
1.40      joerg      50: .for f in 96x96/filesystems 96x96/emblems 72x72/filesystems 72x72/emblems \
                     51:     48x48/filesystems 48x48/emblems 36x36/filesystems \
                     52:     24x24/filesystems 192x192/filesystems 12x12/filesystems
                     53:        ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/Crux/${f}
                     54: .endfor
1.34      jmmv       55:
1.11      xtraeme    56: .include "../../devel/libgnomeui/buildlink3.mk"
                     57: .include "../../devel/gettext-lib/buildlink3.mk"
1.21      minskim    58: .include "../../textproc/intltool/buildlink3.mk"
1.11      xtraeme    59: .include "../../wm/metacity/buildlink3.mk"
1.26      jmmv       60: .include "../../x11/gtk2/buildlink3.mk"
1.11      xtraeme    61: .include "../../x11/gtk2-engines/buildlink3.mk"
1.1       xtraeme    62:
                     63: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>