diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-11-20 05:15:48 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-11-20 05:15:48 +0800 |
commit | 759f70a6a94a4e876bef37dac8b90856becbdf57 (patch) | |
tree | af1d2a3932cfb74346482ce9e30aa1ac8bb1b799 /x11-themes | |
parent | 27314218b2936f8e4cab22224162a8176320e4b9 (diff) | |
download | freebsd-ports-gnome-759f70a6a94a4e876bef37dac8b90856becbdf57.tar.gz freebsd-ports-gnome-759f70a6a94a4e876bef37dac8b90856becbdf57.tar.zst freebsd-ports-gnome-759f70a6a94a4e876bef37dac8b90856becbdf57.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 WildMenus bundle.
WWW: http://www.etoile-project.org/
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/etoile-wildmenus/Makefile | 30 | ||||
-rw-r--r-- | x11-themes/etoile-wildmenus/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/etoile-wildmenus/pkg-descr | 10 | ||||
-rw-r--r-- | x11-themes/etoile-wildmenus/pkg-plist | 5 |
5 files changed, 49 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 5a9ac968112e..a3f6debaa10b 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -37,6 +37,7 @@ SUBDIR += etoile-camaelon SUBDIR += etoile-etoilemenus SUBDIR += etoile-iconkit + SUBDIR += etoile-wildmenus SUBDIR += flux-art SUBDIR += fluxbox-sid-pack SUBDIR += fvwm-themes diff --git a/x11-themes/etoile-wildmenus/Makefile b/x11-themes/etoile-wildmenus/Makefile new file mode 100644 index 000000000000..549cc9f36904 --- /dev/null +++ b/x11-themes/etoile-wildmenus/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: etoile-wildmenus +# Date created: 18 Nov 2006 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= wildmenus +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 WildMenus 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/WildMenus + +.include <bsd.port.mk> diff --git a/x11-themes/etoile-wildmenus/distinfo b/x11-themes/etoile-wildmenus/distinfo new file mode 100644 index 000000000000..2d5c7ccf5d13 --- /dev/null +++ b/x11-themes/etoile-wildmenus/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-wildmenus/pkg-descr b/x11-themes/etoile-wildmenus/pkg-descr new file mode 100644 index 000000000000..aa0cb8d9ee39 --- /dev/null +++ b/x11-themes/etoile-wildmenus/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 WildMenus bundle. + +WWW: http://www.etoile-project.org/ diff --git a/x11-themes/etoile-wildmenus/pkg-plist b/x11-themes/etoile-wildmenus/pkg-plist new file mode 100644 index 000000000000..76602255a12b --- /dev/null +++ b/x11-themes/etoile-wildmenus/pkg-plist @@ -0,0 +1,5 @@ +Local/Library/Bundles/WildMenus.themeEngine/Resources/Info-gnustep.plist +Local/Library/Bundles/WildMenus.themeEngine/WildMenus +Local/Library/Bundles/WildMenus.themeEngine/stamp.make +@dirrm Local/Library/Bundles/WildMenus.themeEngine/Resources +@dirrm Local/Library/Bundles/WildMenus.themeEngine |