freebsd-ports/x11-wm/compizconfig-backend-gconf/Makefile
Martin Wilke 5bf4c7a41e - Update to 0.8.8
- Pass maintainership to submitter

PR:		190536
Submitted by:	Daniel Austin
2014-06-03 05:17:38 +00:00

27 lines
699 B
Makefile

# Created by: Robert Noland <rnoland@FreeBSD.org>
# $FreeBSD$
PORTNAME= compizconfig-backend-gconf
PORTVERSION= 0.8.8
CATEGORIES= x11-wm
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
MAINTAINER= freebsd-ports@dan.me.uk
COMMENT= The gconf backend for CompizConfig
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz
LIB_DEPENDS= libcompizconfig.so:${PORTSDIR}/x11-wm/libcompizconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
USES= libtool:keepla pathfix pkgconfig gmake tar:bzip2
USE_GNOME= glib20 gconf2
post-patch:
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \
${WRKSRC}/settings-backend/gconf.c \
.include <bsd.port.mk>