Lines 30-35
Link Here
|
30 |
MAN5= fluxbox-keys.5 |
30 |
MAN5= fluxbox-keys.5 |
31 |
DOCSVERSION= 20060629 |
31 |
DOCSVERSION= 20060629 |
32 |
|
32 |
|
|
|
33 |
OPTIONS+= DOCHTML "Enables HTML documentation" off \ |
34 |
DOCPDF "Enables PDF documentation" off \ |
35 |
DEBUG "Enables debugging support" off \ |
36 |
NLS "Native Language Support via gettext utilities" on \ |
37 |
REMEMBER "Enables fluxbox remember attributes" on \ |
38 |
SLIT "Enables fluxbox slit" on \ |
39 |
TOOLBAR "Enables fluxbox toolbar" on \ |
40 |
XRENDER "Xrender (transparent) support" on \ |
41 |
XINERAMA "Enable Xinerama support" on |
42 |
|
43 |
|
33 |
.if defined(WITH_DEBUG) |
44 |
.if defined(WITH_DEBUG) |
34 |
CONFIGURE_ARGS+= --enable-debug |
45 |
CONFIGURE_ARGS+= --enable-debug |
35 |
.endif |
46 |
.endif |
Lines 113-156
Link Here
|
113 |
CONFIGURE_ARGS+= --disable-gnome |
124 |
CONFIGURE_ARGS+= --disable-gnome |
114 |
.endif |
125 |
.endif |
115 |
|
126 |
|
116 |
pre-everything:: |
|
|
117 |
@${ECHO_CMD} "" |
118 |
@${ECHO_CMD} "Definable build options" |
119 |
@${ECHO_CMD} "-----------------------" |
120 |
.if !defined(WITH_DEBUG) |
121 |
@${ECHO_CMD} "WITH_DEBUG=yes Build with debugging symbols" |
122 |
.endif |
123 |
.if !defined(WITH_DOCHTML) |
124 |
@${ECHO_CMD} "WITH_DOCHTML=yes Install the HTML documentation" |
125 |
.endif |
126 |
.if !defined(WITH_DOCPDF) |
127 |
@${ECHO_CMD} "WITH_DOCPDF=yes Install the PDF documentation" |
128 |
.endif |
129 |
.if !defined(WITH_GNOME) |
130 |
@${ECHO_CMD} "WITH_GNOME=yes Enable GNOME support" |
131 |
.endif |
132 |
.if !defined(WITH_IMLIB2) |
133 |
@${ECHO_CMD} "WITH_IMLIB2=yes Enable Imlib2 (pixmap themes) support" |
134 |
.endif |
135 |
.if !defined(WITH_XINERAMA) |
136 |
@${ECHO_CMD} "WITH_XINERAMA=yes Enable Xinerama support" |
137 |
.endif |
138 |
.if !defined(WITHOUT_NLS) |
139 |
@${ECHO_CMD} "WITHOUT_NLS=yes Disable NLS support" |
140 |
.endif |
141 |
.if !defined(WITHOUT_REMEMBER) |
142 |
@${ECHO_CMD} "WITHOUT_REMEMBER=yes Disable remembering attributes support" |
143 |
.endif |
144 |
.if !defined(WITHOUT_SLIT) |
145 |
@${ECHO_CMD} "WITHOUT_SLIT=yes Disable slit" |
146 |
.endif |
147 |
.if !defined(WITHOUT_TOOLBAR) |
148 |
@${ECHO_CMD} "WITHOUT_TOOLBAR=yes Disable toolbar" |
149 |
.endif |
150 |
.if !defined(WITHOUT_XRENDER) |
151 |
@${ECHO_CMD} "WITHOUT_XRENDER=yes Disable Xrender (transparent) support" |
152 |
.endif |
153 |
|
154 |
post-patch: |
127 |
post-patch: |
155 |
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ |
128 |
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ |
156 |
${WRKSRC}/util/fluxbox-generate_menu.in |
129 |
${WRKSRC}/util/fluxbox-generate_menu.in |