diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-08-23 17:50:09 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-08-23 17:50:09 +0000 |
commit | ffb34393481679f990058da2f298784c0a185849 (patch) | |
tree | 758251f5b02f1273802e38efc45d253f7f2ec386 /x11-wm | |
parent | 6c9a685eb206887f84652ea45cde4553baf2c3c6 (diff) | |
download | ports-ffb34393481679f990058da2f298784c0a185849.tar.gz ports-ffb34393481679f990058da2f298784c0a185849.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/compiz-fusion-plugins-main/Makefile | 23 | ||||
-rw-r--r-- | x11-wm/compiz-plugins-main/Makefile | 23 |
2 files changed, 44 insertions, 2 deletions
diff --git a/x11-wm/compiz-fusion-plugins-main/Makefile b/x11-wm/compiz-fusion-plugins-main/Makefile index 3686e9642e4a..0ea75c30ca66 100644 --- a/x11-wm/compiz-fusion-plugins-main/Makefile +++ b/x11-wm/compiz-fusion-plugins-main/Makefile @@ -7,7 +7,7 @@ PORTNAME= compiz-fusion-plugins-main PORTVERSION= 0.5.2 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz-fusion.org/${PORTVERSION}/ @@ -30,8 +30,29 @@ USE_GETTEXT= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 +GCONF_SCHEMAS= compiz-animation.schemas \ + compiz-colorfilter.schemas \ + compiz-expo.schemas \ + compiz-ezoom.schemas \ + compiz-imgjpeg.schemas \ + compiz-neg.schemas \ + compiz-opacify.schemas \ + compiz-put.schemas \ + compiz-resizeinfo.schemas \ + compiz-ring.schemas \ + compiz-snap.schemas \ + compiz-text.schemas \ + compiz-thumbnail.schemas \ + compiz-wall.schemas \ + compiz-winrules.schemas \ + compiz-workarounds.schemas \ + compiz-scaleaddon.schemas \ + compiz-vpswitch.schemas \ + compiz-shift.schemas + CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ARGS= --enable-schemas .include <bsd.port.mk> diff --git a/x11-wm/compiz-plugins-main/Makefile b/x11-wm/compiz-plugins-main/Makefile index 3686e9642e4a..0ea75c30ca66 100644 --- a/x11-wm/compiz-plugins-main/Makefile +++ b/x11-wm/compiz-plugins-main/Makefile @@ -7,7 +7,7 @@ PORTNAME= compiz-fusion-plugins-main PORTVERSION= 0.5.2 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz-fusion.org/${PORTVERSION}/ @@ -30,8 +30,29 @@ USE_GETTEXT= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 +GCONF_SCHEMAS= compiz-animation.schemas \ + compiz-colorfilter.schemas \ + compiz-expo.schemas \ + compiz-ezoom.schemas \ + compiz-imgjpeg.schemas \ + compiz-neg.schemas \ + compiz-opacify.schemas \ + compiz-put.schemas \ + compiz-resizeinfo.schemas \ + compiz-ring.schemas \ + compiz-snap.schemas \ + compiz-text.schemas \ + compiz-thumbnail.schemas \ + compiz-wall.schemas \ + compiz-winrules.schemas \ + compiz-workarounds.schemas \ + compiz-scaleaddon.schemas \ + compiz-vpswitch.schemas \ + compiz-shift.schemas + CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ARGS= --enable-schemas .include <bsd.port.mk> |