Update databases/sfcgal to version 1.0.4_2
[dports.git] / x11-wm / compiz-plugins-extra / Makefile
1 # Created by: Robert Noland <rnoland@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       compiz-plugins-extra
5 PORTVERSION=    0.8.8
6 PORTREVISION=   1
7 CATEGORIES=     x11-wm
8 MASTER_SITES=   http://releases.compiz.org/${PORTVERSION}/
9
10 MAINTAINER=     freebsd-ports@dan.me.uk
11 COMMENT=        Plugins for Compiz Composite Window Manager
12
13 LIB_DEPENDS=    libcairo.so:${PORTSDIR}/graphics/cairo \
14                 libnotify.so:${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 USES=           gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2
23 USE_GNOME=      intltool
24 USE_XORG=       glproto
25 USE_LDCONFIG=   yes
26 INSTALL_TARGET= install-strip
27
28 GCONF_SCHEMAS=  compiz-3d.schemas \
29                 compiz-addhelper.schemas \
30                 compiz-animationaddon.schemas \
31                 compiz-bench.schemas \
32                 compiz-bicubic.schemas \
33                 compiz-crashhandler.schemas \
34                 compiz-cubeaddon.schemas \
35                 compiz-extrawm.schemas \
36                 compiz-fadedesktop.schemas \
37                 compiz-firepaint.schemas \
38                 compiz-gears.schemas \
39                 compiz-grid.schemas \
40                 compiz-group.schemas \
41                 compiz-loginout.schemas \
42                 compiz-maximumize.schemas \
43                 compiz-mblur.schemas \
44                 compiz-notification.schemas \
45                 compiz-reflex.schemas \
46                 compiz-scalefilter.schemas \
47                 compiz-shelf.schemas \
48                 compiz-showdesktop.schemas \
49                 compiz-showmouse.schemas \
50                 compiz-splash.schemas \
51                 compiz-trailfocus.schemas \
52                 compiz-wallpaper.schemas \
53                 compiz-widget.schemas
54
55 CPPFLAGS+=      -I${LOCALBASE}/include
56 LDFLAGS+=       -L${LOCALBASE}/lib
57 CONFIGURE_ARGS= --enable-schemas
58
59 post-patch:
60         @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|'     \
61                 ${WRKSRC}/src/group/group-internal.h    \
62
63 .include <bsd.port.mk>