View | Details | Raw Unified | Return to bug 94709
Collapse All | Expand All

(-)/usr/ports/games/pysycache-themes-new/Makefile (-18 / +18 lines)
Lines 24-42 Link Here
24
WRKSRC=	${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}
24
WRKSRC=	${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}
25
DATADIR=	${PREFIX}/share/${DIST_SUBDIR}
25
DATADIR=	${PREFIX}/share/${DIST_SUBDIR}
26
26
27
OPTIONS=	ANIMALS_MOVE	"Animals move mouse theme"	off \
27
OPTIONS=	ANIMALS_MOVE	"Animals move mouse theme"	on \
28
		EARTH_MOVE	"Earth move mouse theme"	off \
28
		EARTH_MOVE	"Earth move mouse theme"	on \
29
		FOOD_MOVE	"Food move mouse theme"	off \
29
		FOOD_MOVE	"Food move mouse theme"	on \
30
		PLANTS_MOVE	"Plants move mouse theme"	off \
30
		PLANTS_MOVE	"Plants move mouse theme"	on \
31
		SKY_MOVE	"Sky move mouse theme"	off \
31
		SKY_MOVE	"Sky move mouse theme"	on \
32
		SPORTS_MOVE	"Sports move mouse theme"	off \
32
		SPORTS_MOVE	"Sports move mouse theme"	on \
33
		VEHICLE_MOVE	"Vehicle move mouse theme"	off \
33
		VEHICLE_MOVE	"Vehicle move mouse theme"	on \
34
		WORLD_MOVE	"World move mouse theme"	off \
34
		WORLD_MOVE	"World move mouse theme"	on \
35
		AFRICA_ACTIVITY	"Africa activity theme"	off
35
		AFRICA_ACTIVITY	"Africa activity theme"	on
36
36
37
.include <bsd.port.pre.mk>
37
.include <bsd.port.pre.mk>
38
38
39
.if defined(WITH_ANIMALS_MOVE)
39
.if !defined(WITHOUT_ANIMALS_MOVE)
40
DISTFILES+=	animals-${PORTVERSION}.zip
40
DISTFILES+=	animals-${PORTVERSION}.zip
41
PLIST_SUB+=	ANIMALS=""
41
PLIST_SUB+=	ANIMALS=""
42
FLAG_THEME=	true
42
FLAG_THEME=	true
Lines 45-51 Link Here
45
PLIST_SUB+=	ANIMALS="@comment "
45
PLIST_SUB+=	ANIMALS="@comment "
46
.endif
46
.endif
47
47
48
.if defined(WITH_EARTH_MOVE)
48
.if !defined(WITHOUT_EARTH_MOVE)
49
DISTFILES+=	earth-${PORTVERSION}.zip
49
DISTFILES+=	earth-${PORTVERSION}.zip
50
PLIST_SUB+=	EARTH=""
50
PLIST_SUB+=	EARTH=""
51
FLAG_THEME=	true
51
FLAG_THEME=	true
Lines 54-60 Link Here
54
PLIST_SUB+=	EARTH="@comment "
54
PLIST_SUB+=	EARTH="@comment "
55
.endif
55
.endif
56
56
57
.if defined(WITH_FOOD_MOVE)
57
.if !defined(WITHOUT_FOOD_MOVE)
58
DISTFILES+=	food-${PORTVERSION}.zip
58
DISTFILES+=	food-${PORTVERSION}.zip
59
PLIST_SUB+=	FOOD=""
59
PLIST_SUB+=	FOOD=""
60
FLAG_THEME=	true
60
FLAG_THEME=	true
Lines 63-69 Link Here
63
PLIST_SUB+=	FOOD="@comment "
63
PLIST_SUB+=	FOOD="@comment "
64
.endif
64
.endif
65
65
66
.if defined(WITH_PLANTS_MOVE)
66
.if !defined(WITHOUT_PLANTS_MOVE)
67
DISTFILES+=	plants-${PORTVERSION}.zip
67
DISTFILES+=	plants-${PORTVERSION}.zip
68
PLIST_SUB+=	PLANTS=""
68
PLIST_SUB+=	PLANTS=""
69
FLAG_THEME=	true
69
FLAG_THEME=	true
Lines 72-78 Link Here
72
PLIST_SUB+=	PLANTS="@comment "
72
PLIST_SUB+=	PLANTS="@comment "
73
.endif
73
.endif
74
74
75
.if defined(WITH_SKY_MOVE)
75
.if !defined(WITHOUT_SKY_MOVE)
76
DISTFILES+=	sky-${PORTVERSION}.zip
76
DISTFILES+=	sky-${PORTVERSION}.zip
77
PLIST_SUB+=	SKY=""
77
PLIST_SUB+=	SKY=""
78
FLAG_THEME=	true
78
FLAG_THEME=	true
Lines 81-87 Link Here
81
PLIST_SUB+=	SKY="@comment "
81
PLIST_SUB+=	SKY="@comment "
82
.endif
82
.endif
83
83
84
.if defined(WITH_SPORTS_MOVE)
84
.if !defined(WITHOUT_SPORTS_MOVE)
85
DISTFILES+=	sports-${PORTVERSION}.zip
85
DISTFILES+=	sports-${PORTVERSION}.zip
86
PLIST_SUB+=	SPORTS=""
86
PLIST_SUB+=	SPORTS=""
87
FLAG_THEME=	true
87
FLAG_THEME=	true
Lines 90-96 Link Here
90
PLIST_SUB+=	SPORTS="@comment "
90
PLIST_SUB+=	SPORTS="@comment "
91
.endif
91
.endif
92
92
93
.if defined(WITH_VEHICLE_MOVE)
93
.if !defined(WITHOUT_VEHICLE_MOVE)
94
DISTFILES+=	vehicle-${PORTVERSION}.zip
94
DISTFILES+=	vehicle-${PORTVERSION}.zip
95
PLIST_SUB+=	VEHICLE=""
95
PLIST_SUB+=	VEHICLE=""
96
FLAG_THEME=	true
96
FLAG_THEME=	true
Lines 99-105 Link Here
99
PLIST_SUB+=	VEHICLE="@comment "
99
PLIST_SUB+=	VEHICLE="@comment "
100
.endif
100
.endif
101
101
102
.if defined(WITH_WORLD_MOVE)
102
.if !defined(WITHOUT_WORLD_MOVE)
103
DISTFILES+=	world-${PORTVERSION}.zip
103
DISTFILES+=	world-${PORTVERSION}.zip
104
PLIST_SUB+=	WORLD=""
104
PLIST_SUB+=	WORLD=""
105
FLAG_THEME=	true
105
FLAG_THEME=	true
Lines 108-114 Link Here
108
PLIST_SUB+=	WORLD="@comment "
108
PLIST_SUB+=	WORLD="@comment "
109
.endif
109
.endif
110
110
111
.if defined(WITH_AFRICA_ACTIVITY)
111
.if !defined(WITHOUT_AFRICA_ACTIVITY)
112
DISTFILES+=	africa-${PORTVERSION}.zip
112
DISTFILES+=	africa-${PORTVERSION}.zip
113
PLIST_SUB+=	AFRICA=""
113
PLIST_SUB+=	AFRICA=""
114
FLAG_THEME=	true
114
FLAG_THEME=	true

Return to bug 94709