2007-09-06 22:00:58 +02:00
|
|
|
# New ports collection makefile for: compizconfig-backend-gconf
|
|
|
|
# Date created: 2007-08-17
|
2008-07-30 21:00:36 +02:00
|
|
|
# Whom: Robert Noland <rnoland@FreeBSD.org>
|
2007-09-06 22:00:58 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= compizconfig-backend-gconf
|
2009-04-08 08:55:30 +02:00
|
|
|
PORTVERSION= 0.8.2
|
2009-07-31 15:57:52 +02:00
|
|
|
PORTREVISION= 1
|
2007-09-06 22:00:58 +02:00
|
|
|
CATEGORIES= x11-wm
|
2009-04-08 08:55:30 +02:00
|
|
|
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
|
2007-09-06 22:00:58 +02:00
|
|
|
|
2008-07-30 21:00:36 +02:00
|
|
|
MAINTAINER= rnoland@FreeBSD.org
|
2007-09-06 22:00:58 +02:00
|
|
|
COMMENT= The gconf backend for CompizConfig
|
|
|
|
|
2007-11-12 23:41:55 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz
|
|
|
|
LIB_DEPENDS= compizconfig.0:${PORTSDIR}/x11-wm/libcompizconfig
|
2007-09-06 22:00:58 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LDCONFIG= yes
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2007-09-06 22:00:58 +02:00
|
|
|
|
|
|
|
USE_GNOME= gnomehack glib20 gconf2
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \
|
|
|
|
${WRKSRC}/settings-backend/gconf.c \
|
|
|
|
|
2007-10-29 20:22:40 +01:00
|
|
|
.include <bsd.port.mk>
|