aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/compiz-plugins-main
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-22 08:18:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-22 08:18:19 +0000
commitcae00f7b5fbfb1867f8a4c8eed86422625948405 (patch)
treeea617b4fc74050ff4ec5bd371b03a37bb6d41a99 /x11-wm/compiz-plugins-main
parent705c8023542258071387a158fa6b0a0734b9d629 (diff)
downloadports-cae00f7b5fbfb1867f8a4c8eed86422625948405.tar.gz
ports-cae00f7b5fbfb1867f8a4c8eed86422625948405.zip
Support stage
Strip binaries
Notes
Notes: svn path=/head/; revision=351768
Diffstat (limited to 'x11-wm/compiz-plugins-main')
-rw-r--r--x11-wm/compiz-plugins-main/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/x11-wm/compiz-plugins-main/Makefile b/x11-wm/compiz-plugins-main/Makefile
index fcaeba74ec04..249865005623 100644
--- a/x11-wm/compiz-plugins-main/Makefile
+++ b/x11-wm/compiz-plugins-main/Makefile
@@ -3,28 +3,27 @@
PORTNAME= compiz-plugins-main
PORTVERSION= 0.8.4
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= x11-wm
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Plugins for Compiz Composite Window Manager
-LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \
- pangocairo-1.0:${PORTSDIR}/x11-toolkits/pango
+LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \
+ libpangocairo-1.0.so:${PORTSDIR}/x11-toolkits/pango
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz \
${LOCALBASE}/libdata/pkgconfig/bcop.pc:${PORTSDIR}/devel/compiz-bcop
RUN_DEPENDS:= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
USE_GL= yes
-USE_BZIP2= yes
-USES= gettext gmake pathfix pkgconfig
+USES= gettext gmake pathfix pkgconfig libtool tar:bzip2
USE_CSTD= gnu89
USE_GNOME= intltool
USE_XORG= glproto
USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
GCONF_SCHEMAS= compiz-animation.schemas \
compiz-colorfilter.schemas \
@@ -56,5 +55,4 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --enable-schemas
-NO_STAGE= yes
.include <bsd.port.mk>