Import x11-wm/compiz-plugins-extra version 0.8.4_5
[dports.git] / x11-wm / compiz-plugins-extra / Makefile
1 # Created by: Robert Noland <rnoland@FreeBSD.org>
2 # $FreeBSD: x11-wm/compiz-plugins-extra/Makefile 315433 2013-03-28 03:28:30Z eadler $
3
4 PORTNAME=       compiz-plugins-extra
5 PORTVERSION=    0.8.4
6 PORTREVISION=   5
7 CATEGORIES=     x11-wm
8 MASTER_SITES=   http://releases.compiz.org/${PORTVERSION}/
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Plugins for Compiz Composite Window Manager
12
13 LIB_DEPENDS=    cairo.2:${PORTSDIR}/graphics/cairo \
14                 notify.4:${PORTSDIR}/devel/libnotify
15 BUILD_DEPENDS=  ${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz \
16                 ${LOCALBASE}/libdata/pkgconfig/bcop.pc:${PORTSDIR}/devel/compiz-bcop \
17                 ${LOCALBASE}/libdata/pkgconfig/compiz-text.pc:${PORTSDIR}/x11-wm/compiz-plugins-main
18 RUN_DEPENDS:=   ${BUILD_DEPENDS}
19
20 GNU_CONFIGURE=  yes
21 USE_GL=         yes
22 USE_BZIP2=      yes
23 USE_GMAKE=      yes
24 USES=        pathfix
25 USE_GNOME=      intltool
26 USE_XORG=       glproto
27 USE_GETTEXT=    yes
28 USE_LDCONFIG=   yes
29 USE_AUTOTOOLS=  libtool
30
31 GCONF_SCHEMAS=  compiz-3d.schemas \
32                 compiz-addhelper.schemas \
33                 compiz-animationaddon.schemas \
34                 compiz-bench.schemas \
35                 compiz-bicubic.schemas \
36                 compiz-crashhandler.schemas \
37                 compiz-cubeaddon.schemas \
38                 compiz-extrawm.schemas \
39                 compiz-fadedesktop.schemas \
40                 compiz-firepaint.schemas \
41                 compiz-gears.schemas \
42                 compiz-grid.schemas \
43                 compiz-group.schemas \
44                 compiz-loginout.schemas \
45                 compiz-maximumize.schemas \
46                 compiz-mblur.schemas \
47                 compiz-notification.schemas \
48                 compiz-reflex.schemas \
49                 compiz-scalefilter.schemas \
50                 compiz-shelf.schemas \
51                 compiz-showdesktop.schemas \
52                 compiz-showmouse.schemas \
53                 compiz-splash.schemas \
54                 compiz-trailfocus.schemas \
55                 compiz-wallpaper.schemas \
56                 compiz-widget.schemas
57
58 CPPFLAGS+=      -I${LOCALBASE}/include
59 LDFLAGS+=       -L${LOCALBASE}/lib
60 CONFIGURE_ARGS= --enable-schemas
61
62 post-patch:
63         @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|'     \
64                 ${WRKSRC}/src/group/group-internal.h    \
65
66 .include <bsd.port.mk>