-
Notifications
You must be signed in to change notification settings - Fork 11
/
example.make
55 lines (34 loc) · 1.24 KB
/
example.make
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
;;
;; Stub make file for building xforty-drupal. Copy this file and add
;; site-specific components for your project.
;;
;----------------------------------------
; base make file
;----------------------------------------
includes[] = http://github.com/xforty/xforty-drupal/raw/7.x-2.0.0/base.make
;----------------------------------------
; base make file overrides
;----------------------------------------
;----------------------------------------
; distro features
;----------------------------------------
;----------------------------------------
; distro libraries
;----------------------------------------
;----------------------------------------
; distro modules
;----------------------------------------
;----------------------------------------
; distro profiles
;----------------------------------------
projects[xforty][type] = profile
projects[xforty][download][type] = git
projects[xforty][download][url] = git://github.com/xforty/xforty-drupal.git
projects[xforty][download][tag] = 7.x-2.0.0
; <PROJECT_PROFILE_GOES_HERE>
;----------------------------------------
; distro themes
;----------------------------------------
;----------------------------------------
; distro make file overrides
;----------------------------------------