aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-05-25 05:55:36 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-05-25 05:55:36 +0000
commit13b3264699685f92129a875b8e9a748e4009018d (patch)
tree3f76be59fd9d08b893230429270df55a0603b1aa /x11-themes
parentd4fbb7ad92f38ed96c3850958601133f20ea14ad (diff)
downloadports-13b3264699685f92129a875b8e9a748e4009018d.tar.gz
ports-13b3264699685f92129a875b8e9a748e4009018d.zip
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/etoile-azbackground/Makefile5
-rw-r--r--x11-themes/etoile-azbackground/pkg-plist2
-rw-r--r--x11-themes/etoile-camaelon/Makefile1
-rw-r--r--x11-themes/etoile-iconkit/Makefile1
4 files changed, 6 insertions, 3 deletions
diff --git a/x11-themes/etoile-azbackground/Makefile b/x11-themes/etoile-azbackground/Makefile
index 51094ae360bd..8a67de3bfe8a 100644
--- a/x11-themes/etoile-azbackground/Makefile
+++ b/x11-themes/etoile-azbackground/Makefile
@@ -28,8 +28,9 @@ 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
+ADDITIONAL_INCLUDE_DIRS+= -I${X11BASE}/include
+ADDITIONAL_LIB_DIRS+= -L${X11BASE}/lib
+MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
XWINDOWSERVERKIT_PORT?= x11/etoile-xwindowserverkit
diff --git a/x11-themes/etoile-azbackground/pkg-plist b/x11-themes/etoile-azbackground/pkg-plist
index 9f359d3c0122..d01919b0dbc5 100644
--- a/x11-themes/etoile-azbackground/pkg-plist
+++ b/x11-themes/etoile-azbackground/pkg-plist
@@ -1,7 +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
+System/Tools/AZBackground
@dirrm System/Applications/AZBackground.app/Resources
@dirrm System/Applications/AZBackground.app
diff --git a/x11-themes/etoile-camaelon/Makefile b/x11-themes/etoile-camaelon/Makefile
index 5155a5dcd955..2e81c85dfd76 100644
--- a/x11-themes/etoile-camaelon/Makefile
+++ b/x11-themes/etoile-camaelon/Makefile
@@ -26,5 +26,6 @@ USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
SNAPSHOT= 20060917
WRKSRC= ${WRKDIR}/etoile-0+${SNAPSHOT}+dfsg/Etoile/
USE_GNUSTEP_MAKE_DIRS+= Bundles/Camaelon
+MAKE_ENV+= GNUSTEP_INSTALLATION_DIR="${GNUSTEP_SYSTEM_ROOT}"
.include <bsd.port.mk>
diff --git a/x11-themes/etoile-iconkit/Makefile b/x11-themes/etoile-iconkit/Makefile
index 09dba46ce5b6..56ef8ae111f4 100644
--- a/x11-themes/etoile-iconkit/Makefile
+++ b/x11-themes/etoile-iconkit/Makefile
@@ -30,6 +30,7 @@ USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
SNAPSHOT= 20061221
WRKSRC= ${WRKDIR}/Etoile/
USE_GNUSTEP_MAKE_DIRS+= Frameworks/IconKit
+MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
UNITKIT_PORT?= devel/etoile-unitkit