diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-29 17:51:26 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-29 17:51:26 +0000 |
commit | cf8ab0b68d1b2dc7b4e439ccfc8fedbd8d90a50e (patch) | |
tree | 5bb1eeade9db342fd848b94399e06f960a915bbc | |
parent | eae7e511ace5412b4448aa3cedd0f1678771e715 (diff) |
Notes
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/etoile-azbackground/Makefile | 36 | ||||
-rw-r--r-- | x11-themes/etoile-azbackground/distinfo | 3 | ||||
-rw-r--r-- | x11-themes/etoile-azbackground/pkg-descr | 5 | ||||
-rw-r--r-- | x11-themes/etoile-azbackground/pkg-plist | 7 |
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 |