diff options
-rw-r--r-- | www/eyeos-themes/Makefile | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/www/eyeos-themes/Makefile b/www/eyeos-themes/Makefile index 346e231e74bf..b2d4fc492442 100644 --- a/www/eyeos-themes/Makefile +++ b/www/eyeos-themes/Makefile @@ -20,19 +20,19 @@ USE_ZIP= yes EYEDIR?= ${PREFIX}/www/eyeOS THEMESDIR= ${EYEDIR}/system/themes -Crystal_THEME "based on the Crystal Open Source icons" On -Executive_THEME "designed specially for Companies" On -Kids_THEME "designed specially for Kids and Schools" On -LateBloomer_THEME "based on the Crystal theme" On -Mac_THEME "based on OSX 2.1 Open Source icons" On -Mini_THEME "with mall icons based on Nuvola icon set" On -NuoveXT_THEME "based on 'NuoveXT' Open Source icons" On -Nuvola_THEME "inspired in the great icons Nuvola" On -WaterSide_THEME "inspired in countryside of Saskatchewan" On -fromX_THEME "based on Tango Icons" On -eyeOSVista_THEME "based on the new Vista style" On -animus_THEME "created by AnimusMedia.com" On -minimal_THEME "based on minimalist art" On +OPTIONS= Crystal_THEME "based on the Crystal Open Source icons" On +OPTIONS+= Executive_THEME "designed specially for Companies" On +OPTIONS+= Kids_THEME "designed specially for Kids and Schools" On +OPTIONS+= LateBloomer_THEME "based on the Crystal theme" On +OPTIONS+= Mac_THEME "based on OSX 2.1 Open Source icons" On +OPTIONS+= Mini_THEME "with mall icons based on Nuvola icon set" On +OPTIONS+= NuoveXT_THEME "based on 'NuoveXT' Open Source icons" On +OPTIONS+= Nuvola_THEME "inspired in the great icons Nuvola" On +OPTIONS+= WaterSide_THEME "inspired in countryside of Saskatchewan" On +OPTIONS+= fromX_THEME "based on Tango Icons" On +OPTIONS+= eyeOSVista_THEME "based on the new Vista style" On +OPTIONS+= animus_THEME "created by AnimusMedia.com" On +OPTIONS+= minimal_THEME "based on minimalist art" On .include <bsd.port.pre.mk> |