blob: a0f1c747509ff94cff6a17e9a69271294dc796de (
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>
# $FreeBSD$
PORTNAME= compizconfig-backend-gconf
PORTVERSION= 0.8.4
PORTREVISION= 3
CATEGORIES= x11-wm
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= The gconf backend for CompizConfig
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz
LIB_DEPENDS= compizconfig.0:${PORTSDIR}/x11-wm/libcompizconfig
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_PKGCONFIG= yes
USE_AUTOTOOLS= libtool
USES= pathfix
USE_GNOME= glib20 gconf2
post-patch:
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \
${WRKSRC}/settings-backend/gconf.c \
.include <bsd.port.mk>
|