summaryrefslogtreecommitdiffstats
path: root/pkg/darwin/module.defs
blob: 8c88e7dbd1054bcc7ec24bdd4fc213085c33a7a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PKG.cli.dmg = $(PKG.out/)$(HB.name)-$(HB.version)-MacOSX.5_CLI_$(BUILD.machine).dmg
PKG.gui.dmg = $(PKG.out/)$(HB.name)-$(HB.version)-MacOSX.5_GUI_$(BUILD.machine).dmg

PKG.cli.tmp.dmg = $(PKG.out/)$(HB.name)-$(HB.version)-MacOSX.5_CLI_$(BUILD.machine).tmp.dmg
PKG.gui.tmp.dmg = $(PKG.out/)$(HB.name)-$(HB.version)-MacOSX.5_GUI_$(BUILD.machine).tmp.dmg

STAGE.cli/ = $(BUILD/)stage/cli/
STAGE.gui/ = $(BUILD/)stage/gui/

PKG.appcast = $(PKG.out/)$(notdir $(HB.url.appcast))

###############################################################################

BUILD.out += $(PKG.cli.dmg)
BUILD.out += $(PKG.gui.dmg)
BUILD.out += $(PKG.appcast)