1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Convert to new options framework

This commit is contained in:
Baptiste Daroussin 2012-10-04 06:30:40 +00:00
parent 4b1ed72b6a
commit 35741e61e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305232

View File

@ -42,21 +42,21 @@ PKGNAMESUFFIX= -gnome
CONFLICTS= ${PORTNAME}-xfce4-[0-9]* ${PORTNAME}-[0-9]*
WITH_GCONF= yes
.elif ${AWN_DESKTOP} == "xfce4"
OPTIONS= GCONF "Use GConf to store configuration information" off
OPTIONS_DEFINE= GCONF
USE_XFCE+= thunar
CONFIGURE_ARGS+= --with-desktop=xfce4
PKGNAMESUFFIX= -xfce4
CONFLICTS= ${PORTNAME}-gnome-[0-9]* ${PORTNAME}-[0-9]*
.else
# agnostic desktop
OPTIONS= GCONF "Use GConf to store configuration information" off
OPTIONS_DEFINE= GCONF
CONFIGURE_ARGS+= --with-desktop=agnostic
CONFLICTS= ${PORTNAME}-gnome-[0-9]* ${PORTNAME}-xfce4-[0-9]*
.endif
.include <bsd.port.options.mk>
.if defined(WITH_GCONF)
.if ${PORT_OPTIONS:MGCONF}
USE_GNOME+= gconf2
GCONF_SCHEMAS= awn.schemas awn-applets-shared.schemas
CONFIGURE_ARGS+= --with-gconf