summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-12-29 17:51:26 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-12-29 17:51:26 +0000
commitcf8ab0b68d1b2dc7b4e439ccfc8fedbd8d90a50e (patch)
tree5bb1eeade9db342fd848b94399e06f960a915bbc /x11-themes
parentIo (GNUstep) is a module which provides Io language support in a convenient (diff)
A small GNUstep application to set xwindow background.
AZBackground allows drawing on root window. It treats root window as a NSWindow. WWW: http://www.etoile-project.org/
Notes
Notes: svn path=/head/; revision=180962
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/Makefile1
-rw-r--r--x11-themes/etoile-azbackground/Makefile36
-rw-r--r--x11-themes/etoile-azbackground/distinfo3
-rw-r--r--x11-themes/etoile-azbackground/pkg-descr5
-rw-r--r--x11-themes/etoile-azbackground/pkg-plist7
5 files changed, 52 insertions, 0 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile
index b935f8b8cbe3..9d4f476f5b8d 100644
--- a/x11-themes/Makefile
+++ b/x11-themes/Makefile
@@ -35,6 +35,7 @@
SUBDIR += enlightenment-theme-BrushedMetal-Tigert
SUBDIR += enlightenment-theme-Ganymede
SUBDIR += enlightenment-theme-ShinyMetal
+ SUBDIR += etoile-azbackground
SUBDIR += etoile-camaelon
SUBDIR += etoile-etoilemenus
SUBDIR += etoile-iconkit
diff --git a/x11-themes/etoile-azbackground/Makefile b/x11-themes/etoile-azbackground/Makefile
new file mode 100644
index 000000000000..f7e5799b63b8
--- /dev/null
+++ b/x11-themes/etoile-azbackground/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: etoile-azbackground
+# Date created: 22 Dec 2006
+# Whom: dirk.meyer@dinoex.sub.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= azbackground
+PORTVERSION= 0.1.${SNAPSHOT}
+CATEGORIES= x11-themes
+MASTER_SITES= ${MASTER_SITE_LOCAL} \
+ http://people.freebsd.org/~%%SUBDIR%%/distfiles/
+MASTER_SITE_SUBDIR= dinoex
+PKGNAMEPREFIX= etoile-
+DISTNAME= Etoile-${SNAPSHOT}
+
+MAINTAINER= dinoex@FreeBSD.org
+COMMENT= Small GNUstep application to set xwindow background
+
+USE_BZIP2= yes
+USE_GNUSTEP= yes
+USE_GNUSTEP_PREFIX= yes
+USE_GNUSTEP_BACK= yes
+USE_GNUSTEP_BUILD= yes
+USE_GNUSTEP_INSTALL= yes
+USE_GNUSTEP_SYSTEM_LIBS+= XWindowServerKit:${XWINDOWSERVERKIT_PORT}
+
+SNAPSHOT= 20061221
+WRKSRC= ${WRKDIR}/Etoile/
+USE_GNUSTEP_MAKE_DIRS+= Services/Private/AZBackground
+ADDITIONAL_OBJCFLAGS+= -I${X11BASE}/include
+ADDITIONAL_LDFLAGS+= -L${X11BASE}/lib
+
+XWINDOWSERVERKIT_PORT?= x11/etoile-xwindowserverkit
+
+.include <bsd.port.mk>
diff --git a/x11-themes/etoile-azbackground/distinfo b/x11-themes/etoile-azbackground/distinfo
new file mode 100644
index 000000000000..545ac18e8091
--- /dev/null
+++ b/x11-themes/etoile-azbackground/distinfo
@@ -0,0 +1,3 @@
+MD5 (Etoile-20061221.tar.bz2) = 120ffa8cf06c58ff775f8a218ad91448
+SHA256 (Etoile-20061221.tar.bz2) = 7dc8acbf2cb46d9d119c9817204bbbbe72884065f3287877550c400e68f4c992
+SIZE (Etoile-20061221.tar.bz2) = 9867481
diff --git a/x11-themes/etoile-azbackground/pkg-descr b/x11-themes/etoile-azbackground/pkg-descr
new file mode 100644
index 000000000000..893fb84b8369
--- /dev/null
+++ b/x11-themes/etoile-azbackground/pkg-descr
@@ -0,0 +1,5 @@
+A small GNUstep application to set xwindow background.
+AZBackground allows drawing on root window.
+It treats root window as a NSWindow.
+
+WWW: http://www.etoile-project.org/
diff --git a/x11-themes/etoile-azbackground/pkg-plist b/x11-themes/etoile-azbackground/pkg-plist
new file mode 100644
index 000000000000..9f359d3c0122
--- /dev/null
+++ b/x11-themes/etoile-azbackground/pkg-plist
@@ -0,0 +1,7 @@
+System/Applications/AZBackground.app/AZBackground
+System/Applications/AZBackground.app/Resources/AZBackground.desktop
+System/Applications/AZBackground.app/Resources/Info-gnustep.plist
+System/Applications/AZBackground.app/library_paths.openapp
+System/Applications/AZBackground.app/stamp.make
+@dirrm System/Applications/AZBackground.app/Resources
+@dirrm System/Applications/AZBackground.app