aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/compizconfig-backend-gconf/Makefile
blob: e88661f8aa0ab3c24c8b3ea1137455318d7921b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Created by: Robert Noland <rnoland@FreeBSD.org>

PORTNAME=	compizconfig-backend-gconf
PORTVERSION=	0.8.8
PORTREVISION=	3
CATEGORIES=	x11-wm
MASTER_SITES=	https://BSDforge.com/projects/source/x11-wm/compizconfig-backend-gconf/

MAINTAINER=	portmaster@BSDforge.com
COMMENT=	GConf backend for CompizConfig

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/compiz.pc:x11-wm/compiz
LIB_DEPENDS=	libcompizconfig.so:x11-wm/libcompizconfig \
		libstartup-notification-1.so:x11/startup-notification

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
USES=		gmake gnome libtool:keepla pathfix pkgconfig tar:bzip2 xorg
USE_GNOME=	gconf2 glib20 libxslt
USE_LDCONFIG=	yes
USE_XORG=	ice sm x11 xcomposite xdamage xext xfixes xinerama xrandr

post-patch:
	@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|'	\
		${WRKSRC}/settings-backend/gconf.c	\

.include <bsd.port.mk>