1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/x11-wm/compizconfig-backend-gconf/Makefile
Pav Lucistnik b6ecffcc90 - Change libcompizconfig dependency to LIB_DEPENDS. Fixes plist problem
Suggested by:	maintainer
Approved by:	portmgr (hat)
2007-11-12 22:41:55 +00:00

33 lines
784 B
Makefile

# New ports collection makefile for: compizconfig-backend-gconf
# Date created: 2007-08-17
# Whom: Robert Noland <rnoland@2hip.net>
#
# $FreeBSD$
#
PORTNAME= compizconfig-backend-gconf
PORTVERSION= 0.6.0
PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://releases.compiz-fusion.org/${PORTVERSION}/
MAINTAINER= rnoland@2hip.net
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_AUTOTOOLS= libtool:15
USE_GNOME= gnomehack glib20 gconf2
post-patch:
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \
${WRKSRC}/settings-backend/gconf.c \
.include <bsd.port.mk>