diff options
author | sat <sat@FreeBSD.org> | 2006-06-13 00:53:04 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-06-13 00:53:04 +0800 |
commit | 891af2ca31c617582228f3207be0378235524587 (patch) | |
tree | 8394090a835f5f88abfadd654ce916858e440d5e /www/eyeos-themes/Makefile | |
parent | b2ddefbcf7873e97dbfd23b87cc087b6b82c4709 (diff) | |
download | freebsd-ports-gnome-891af2ca31c617582228f3207be0378235524587.tar.gz freebsd-ports-gnome-891af2ca31c617582228f3207be0378235524587.tar.zst freebsd-ports-gnome-891af2ca31c617582228f3207be0378235524587.zip |
- Add Late Bloomer theme
- Additional clean up
PR: ports/98746
Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
Diffstat (limited to 'www/eyeos-themes/Makefile')
-rw-r--r-- | www/eyeos-themes/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/eyeos-themes/Makefile b/www/eyeos-themes/Makefile index 349354452234..8c323c66133e 100644 --- a/www/eyeos-themes/Makefile +++ b/www/eyeos-themes/Makefile @@ -6,7 +6,7 @@ # PORTNAME= themes -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= www MASTER_SITES= http://www.eyelook.org/themes/ PKGNAMEPREFIX= eyeOS- @@ -27,6 +27,7 @@ THEMESDIR= ${EYEDIR}/system/themes 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 @@ -43,7 +44,8 @@ PLIST_SUB+= ${theme:U}="@comment " .endif .endfor -PLIST_SUB+= ${EYETHEMES:U:S/$/=""/} THEMESDIR=${THEMESDIR:S,^${PREFIX}/,,} +PLIST_SUB+= ${EYETHEMES:U:S/$/=""/} THEMESDIR=${THEMESDIR:S,^${PREFIX}/,,} \ + EYEDIR=${EYEDIR:S,^${PREFIX}/,,} do-install: ${CP} -Rp ${EYETHEMES:S,^,${WRKDIR}/,} ${THEMESDIR}/ |