well, as agreed on icb, we decided to support gnome by default.
This commit is contained in:
parent
2d227c9ad5
commit
d94843751c
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.43 2001/09/14 15:37:13 lebel Exp $
|
# $OpenBSD: Makefile,v 1.44 2001/09/14 16:13:05 lebel Exp $
|
||||||
|
|
||||||
COMMENT= 'window manager that emulates NEXTSTEP(tm)'
|
COMMENT= 'window manager that emulates NEXTSTEP(tm)'
|
||||||
|
|
||||||
@ -32,17 +32,12 @@ CONFIGURE_STYLE= gnu
|
|||||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--with-pixmapdir="${PREFIX}/share/WindowMaker/Pixmaps" \
|
--with-pixmapdir="${PREFIX}/share/WindowMaker/Pixmaps" \
|
||||||
--with-nlsdir="${LOCALBASE}/share/locale"
|
--with-nlsdir="${LOCALBASE}/share/locale" \
|
||||||
|
--enable-gnome
|
||||||
|
|
||||||
FLAVORS= i18n gnome
|
FLAVORS= i18n
|
||||||
FLAVOR?=
|
FLAVOR?=
|
||||||
|
|
||||||
.if ${FLAVOR:L:Mgnome}
|
|
||||||
CONFIGURE_ARGS+= --enable-gnome
|
|
||||||
.else
|
|
||||||
CONFIGURE_ARGS+= --disable-gnome
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if ${FLAVOR:L:Mi18n}
|
.if ${FLAVOR:L:Mi18n}
|
||||||
LIB_DEPENDS+= intl::devel/gettext
|
LIB_DEPENDS+= intl::devel/gettext
|
||||||
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib"
|
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib"
|
||||||
|
Loading…
Reference in New Issue
Block a user