|
Lines 37-43
VIM_VER= ${PORTNAME}${PORTVERSION:R:S|.||g}
Link Here
|
| 37 |
# Flavors {{{1 |
37 |
# Flavors {{{1 |
| 38 |
# FLAVORS are used to build various Vim GUIs. The default flavor (`vim') is |
38 |
# FLAVORS are used to build various Vim GUIs. The default flavor (`vim') is |
| 39 |
# console-only. |
39 |
# console-only. |
| 40 |
FLAVORS= console athena gtk2 gtk3 motif tiny |
40 |
FLAVORS= console athena gtk2 gtk3 motif tiny x11 |
| 41 |
FLAVOR?= ${FLAVORS:[1]} |
41 |
FLAVOR?= ${FLAVORS:[1]} |
| 42 |
# Register conflicts with all other flavors |
42 |
# Register conflicts with all other flavors |
| 43 |
CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:S/^/vim-/} |
43 |
CONFLICTS_INSTALL= ${FLAVORS:N${FLAVOR}:S/^/vim-/} |
|
Lines 87-92
CONFIGURE_ENV+= MOTIFHOME=${LOCALBASE}
Link Here
|
| 87 |
PLIST_SUB+= GUI="" DESKTOP="@comment " |
87 |
PLIST_SUB+= GUI="" DESKTOP="@comment " |
| 88 |
USES+= motif xorg |
88 |
USES+= motif xorg |
| 89 |
USE_XORG= ice sm x11 xmu xt |
89 |
USE_XORG= ice sm x11 xmu xt |
|
|
90 |
|
| 91 |
.elif ${FLAVOR:U} == x11 |
| 92 |
GUI= no |
| 93 |
PLIST_SUB+= GUI="@comment " DESKTOP="@comment " |
| 94 |
USES+= xorg |
| 95 |
USE_XORG= ice sm x11 xt |
| 90 |
.endif |
96 |
.endif |
| 91 |
|
97 |
|
| 92 |
# Options {{{1 |
98 |
# Options {{{1 |