diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-11-20 05:14:23 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-11-20 05:14:23 +0800 |
commit | 14b6e0341e1d08a8c63ae45ce33a8cc6c379a315 (patch) | |
tree | 1cf64ce2566888521f340ea44c962f81df357755 /x11-themes/etoile-camaelon | |
parent | fd753edaf675633da3d3027c74484d0dcf486df0 (diff) | |
download | freebsd-ports-gnome-14b6e0341e1d08a8c63ae45ce33a8cc6c379a315.tar.gz freebsd-ports-gnome-14b6e0341e1d08a8c63ae45ce33a8cc6c379a315.tar.zst freebsd-ports-gnome-14b6e0341e1d08a8c63ae45ce33a8cc6c379a315.zip |
Etoile intends to be an innovative GNUstep based user environnement built
from the ground up on highly modular and light components with project and
document orientation in mind, in order to allow users to create their own
workflow by reshaping or recombining provided Services (aka Applications),
Components etc. Flexibility and modularity on both User Interface and code
level should allow us to scale from PDA to computer environment.
This package installs the Camaelon bundle, the theme engine for GNUstep.
WWW: http://www.etoile-project.org/
Diffstat (limited to 'x11-themes/etoile-camaelon')
-rw-r--r-- | x11-themes/etoile-camaelon/Makefile | 30 | ||||
-rw-r--r-- | x11-themes/etoile-camaelon/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/etoile-camaelon/pkg-descr | 10 | ||||
-rw-r--r-- | x11-themes/etoile-camaelon/pkg-plist | 5 |
4 files changed, 48 insertions, 0 deletions
diff --git a/x11-themes/etoile-camaelon/Makefile b/x11-themes/etoile-camaelon/Makefile new file mode 100644 index 000000000000..e39588482b07 --- /dev/null +++ b/x11-themes/etoile-camaelon/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: etoile-camaelon +# Date created: 18 Nov 2006 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= camaelon +PORTVERSION= 0.1.${SNAPSHOT} +CATEGORIES= x11-themes +MASTER_SITES= http://florida.ethz.ch/ports/distfiles/ +PKGNAMEPREFIX= etoile- +DISTNAME= etoile_0+${SNAPSHOT}+dfsg.orig + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Etoile Project Camaelon bundle + +SNAPSHOT= 20060917 +WRKSRC= ${WRKDIR}/etoile-0+${SNAPSHOT}+dfsg/Etoile/ +USE_GMAKE= yes +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes +MAKEFILE= GNUmakefile +NO_FILTER_SHLIBS= yes +USE_GNUSTEP_MAKE_DIRS+= Bundles/Camaelon + +.include <bsd.port.mk> diff --git a/x11-themes/etoile-camaelon/distinfo b/x11-themes/etoile-camaelon/distinfo new file mode 100644 index 000000000000..2d5c7ccf5d13 --- /dev/null +++ b/x11-themes/etoile-camaelon/distinfo @@ -0,0 +1,3 @@ +MD5 (etoile_0+20060917+dfsg.orig.tar.gz) = bc96dcaba7ac66abb1320d5cfc98f05e +SHA256 (etoile_0+20060917+dfsg.orig.tar.gz) = de7cb026ccebdbb72d115ca800a13910cd51c9df27f5578ad7059b13f88eb334 +SIZE (etoile_0+20060917+dfsg.orig.tar.gz) = 10478850 diff --git a/x11-themes/etoile-camaelon/pkg-descr b/x11-themes/etoile-camaelon/pkg-descr new file mode 100644 index 000000000000..096a86423ce1 --- /dev/null +++ b/x11-themes/etoile-camaelon/pkg-descr @@ -0,0 +1,10 @@ +Etoile intends to be an innovative GNUstep based user environnement built +from the ground up on highly modular and light components with project and +document orientation in mind, in order to allow users to create their own +workflow by reshaping or recombining provided Services (aka Applications), +Components etc. Flexibility and modularity on both User Interface and code +level should allow us to scale from PDA to computer environment. + +This package installs the Camaelon bundle, the theme engine for GNUstep. + +WWW: http://www.etoile-project.org/ diff --git a/x11-themes/etoile-camaelon/pkg-plist b/x11-themes/etoile-camaelon/pkg-plist new file mode 100644 index 000000000000..aad2a754d950 --- /dev/null +++ b/x11-themes/etoile-camaelon/pkg-plist @@ -0,0 +1,5 @@ +System/Library/Bundles/Camaelon.themeEngine/Camaelon +System/Library/Bundles/Camaelon.themeEngine/Resources/Info-gnustep.plist +System/Library/Bundles/Camaelon.themeEngine/stamp.make +@dirrm System/Library/Bundles/Camaelon.themeEngine/Resources +@dirrm System/Library/Bundles/Camaelon.themeEngine |