[BACK]Return to buildlink3.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / gnustep-gui

Annotation of pkgsrc/x11/gnustep-gui/buildlink3.mk, Revision 1.12

1.12    ! jlam        1: # $NetBSD: buildlink3.mk,v 1.11 2006/07/08 22:39:45 jlam Exp $
1.1       rh          2:
                      3: BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
                      4: GNUSTEP_GUI_BUILDLINK3_MK:=    ${GNUSTEP_GUI_BUILDLINK3_MK}+
                      5:
                      6: .if !empty(BUILDLINK_DEPTH:M+)
                      7: BUILDLINK_DEPENDS+=    gnustep-gui
                      8: .endif
                      9:
                     10: BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Ngnustep-gui}
                     11: BUILDLINK_PACKAGES+=   gnustep-gui
1.12    ! jlam       12: BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}gnustep-gui
1.1       rh         13:
                     14: .if !empty(GNUSTEP_GUI_BUILDLINK3_MK:M+)
1.8       reed       15: BUILDLINK_API_DEPENDS.gnustep-gui+=            gnustep-gui>=0.9.2
1.10      wiz        16: BUILDLINK_ABI_DEPENDS.gnustep-gui+=    gnustep-gui>=0.10.3nb1
1.1       rh         17: BUILDLINK_PKGSRCDIR.gnustep-gui?=      ../../x11/gnustep-gui
1.3       rh         18:
                     19: PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Bundles\/GSPrinting$$/ { print "@comment in x11/gnustep-gui: " $$0; next; }
                     20: PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Bundles\/TextConverters$$/ { print "@comment in x11/gnustep-gui: " $$0; next; }
                     21: PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Headers\/AppKit$$/ { print "@comment in x11/gnustep-gui: " $$0; next; }
                     22: PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Headers\/GNUstepGUI$$/ { print "@comment in x11/gnustep-gui: " $$0; next; }
                     23: PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Headers\/gnustep\/gui$$/ { print "@comment in x11/gnustep-gui: " $$0; next; }
                     24: PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-gui$$/ { print "@comment in x11/gnustep-gui: " $$0; next; }
                     25: PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-gui\/English.lproj$$/ { print "@comment in x11/gnustep-gui: " $$0; next; }
                     26: PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-gui\/Italian.lproj$$/ { print "@comment in x11/gnustep-gui: " $$0; next; }
                     27: PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/PostScript\/PPD$$/ { print "@comment in x11/gnustep-gui: " $$0; next; }
                     28: PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/PostScript\/PPD\/English.lproj$$/ { print "@comment in x11/gnustep-gui: " $$0; next; }
                     29: PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Services\/GSspell.service$$/ { print "@comment in x11/gnustep-gui: " $$0; next; }
                     30: PRINT_PLIST_AWK+=      /^@dirrm share\/GNUstep\/System\/Library\/Services\/GSspell.service\/Resources$$/ { print "@comment in x11/gnustep-gui: " $$0; next; }
                     31: PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Bundles\/GSPrinting$$/ { next; }
                     32: PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Bundles\/TextConverters$$/ { next; }
                     33: PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Headers\/AppKit$$/ { next; }
                     34: PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Headers\/GNUstepGUI$$/ { next; }
                     35: PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Headers\/gnustep\/gui$$/ { next; }
                     36: PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-gui$$/ { next; }
                     37: PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-gui\/English.lproj$$/ { next; }
                     38: PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Libraries\/Resources\/gnustep-gui\/Italian.lproj$$/ { next; }
                     39: PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/PostScript\/PPD$$/ { next; }
                     40: PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/PostScript\/PPD\/English.lproj$$/ { next; }
                     41: PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Services\/GSspell.service$$/ { next; }
                     42: PRINT_PLIST_AWK+=      /^@exec \$${MKDIR} %D\/share\/GNUstep\/System\/Library\/Services\/GSspell.service\/Resources$$/ { next; }
                     43:
1.1       rh         44: .endif # GNUSTEP_GUI_BUILDLINK3_MK
                     45:
                     46: .include "../../audio/libaudiofile/buildlink3.mk"
                     47: .include "../../devel/gnustep-base/buildlink3.mk"
                     48: .include "../../graphics/jpeg/buildlink3.mk"
1.5       adam       49: .include "../../graphics/libungif/buildlink3.mk"
1.1       rh         50: .include "../../graphics/png/buildlink3.mk"
                     51: .include "../../graphics/tiff/buildlink3.mk"
                     52:
1.9       rillig     53: BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH:S/+$//}

CVSweb <webmaster@jp.NetBSD.org>