|
Lines 1-7
Link Here
|
| 1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
| 2 |
|
2 |
|
| 3 |
PORTNAME= plata-theme |
3 |
PORTNAME= plata-theme |
| 4 |
PORTVERSION= 0.8.8 |
4 |
PORTVERSION= 0.9.1 |
| 5 |
CATEGORIES= x11-themes |
5 |
CATEGORIES= x11-themes |
| 6 |
|
6 |
|
| 7 |
MAINTAINER= tagattie@yandex.com |
7 |
MAINTAINER= tagattie@yandex.com |
|
Lines 24-30
Link Here
|
| 24 |
USE_GITLAB= yes |
24 |
USE_GITLAB= yes |
| 25 |
GL_SITE= https://gitlab.com |
25 |
GL_SITE= https://gitlab.com |
| 26 |
GL_ACCOUNT= tista500 |
26 |
GL_ACCOUNT= tista500 |
| 27 |
GL_COMMIT= a23ebd7c53f23db408ac545be9b7e0a9ddf1756e |
27 |
GL_COMMIT= 71dbbc322e278b6a0f837733f76a089b7773d34a |
| 28 |
|
28 |
|
| 29 |
NO_ARCH= yes |
29 |
NO_ARCH= yes |
| 30 |
|
30 |
|
|
Lines 31-50
Link Here
|
| 31 |
SHEBANG_REGEX= ./src/.*\.sh$$ |
31 |
SHEBANG_REGEX= ./src/.*\.sh$$ |
| 32 |
|
32 |
|
| 33 |
GNU_CONFIGURE= yes |
33 |
GNU_CONFIGURE= yes |
| 34 |
# FIXME: Mate support has been re-added in 0.8.6 but it requires marco 1.22.2, |
|
|
| 35 |
# which is not yet supported in Ports. So disabling Mate support for now. |
| 36 |
# Will revisit when marco is updated. |
| 37 |
CONFIGURE_ARGS= --disable-gtk_next \ |
34 |
CONFIGURE_ARGS= --disable-gtk_next \ |
| 38 |
--disable-flashback \ |
35 |
--disable-flashback \ |
| 39 |
--disable-telegram \ |
36 |
--disable-telegram \ |
| 40 |
--disable-tweetdeck \ |
37 |
--disable-tweetdeck \ |
| 41 |
--disable-airforsteam \ |
38 |
--disable-airforsteam |
| 42 |
--disable-mate |
|
|
| 43 |
|
39 |
|
| 44 |
PORTDOCS= README.md README.window-list |
40 |
PORTDOCS= README.md README.window-list |
| 45 |
|
41 |
|
| 46 |
OPTIONS_DEFINE= CINNAMON DOCS GNOME METACITY OPENBOX PARALLEL PLANK XFCE |
42 |
OPTIONS_DEFINE= CINNAMON DOCS GNOME MATE METACITY OPENBOX PARALLEL PLANK XFCE |
| 47 |
OPTIONS_DEFAULT= CINNAMON GNOME METACITY OPENBOX PARALLEL PLANK XFCE |
43 |
OPTIONS_DEFAULT= CINNAMON GNOME MATE METACITY OPENBOX PARALLEL PLANK XFCE |
| 48 |
OPTIONS_SUB= yes |
44 |
OPTIONS_SUB= yes |
| 49 |
|
45 |
|
| 50 |
CINNAMON_DESC= Enable Cinnamon support |
46 |
CINNAMON_DESC= Enable Cinnamon support |
|
Lines 52-57
Link Here
|
| 52 |
CINNAMON_IMPLIES= METACITY |
48 |
CINNAMON_IMPLIES= METACITY |
| 53 |
GNOME_DESC= Enable Gnome support |
49 |
GNOME_DESC= Enable Gnome support |
| 54 |
GNOME_CONFIGURE_ENABLE= gnome |
50 |
GNOME_CONFIGURE_ENABLE= gnome |
|
|
51 |
MATE_DESC= Enable Mate support |
| 52 |
MATE_CONFIGURE_ENABLE= mate |
| 53 |
MATE_IMPLIES= METACITY |
| 54 |
MATE_BUILD_DEPENDS= ${LOCALBASE}/lib/libmarco-private.so:x11-wm/marco |
| 55 |
METACITY_DESC= Enable Metacity support |
55 |
METACITY_DESC= Enable Metacity support |
| 56 |
OPENBOX_DESC= Enable Openbox support |
56 |
OPENBOX_DESC= Enable Openbox support |
| 57 |
OPENBOX_CONFIGURE_ENABLE= openbox |
57 |
OPENBOX_CONFIGURE_ENABLE= openbox |