c187b6c278
compiz and provides the following features: - Automatic plugin list generation. - Import/Export of the current configuration. - Configuration profiles. - Parsing of Compiz metadata files to provide an easy to use API for configuration managers. - Conflict handling for plugins and actions. - Support for different configuration storage backends. - Desktop environment integration. If a backend provides desktop environment integration, then Compiz will share the keybindings and settings with the default desktop environment window manager like metacity or kwin. - Its own Compiz configuration plugin "ccp" to provide all features of libcompizconfig with compiz. WWW: http://forums.compiz-fusion.org/ PR: ports/116136 Submitted by: Robert Noland <rnoland@2hip.net>
41 lines
1 KiB
Makefile
41 lines
1 KiB
Makefile
# New ports collection makefile for: libcompizconfig
|
|
# Date created: 2007-08-16
|
|
# Whom: Robert Noland <rnoland@2hip.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libcompizconfig
|
|
PORTVERSION= 0.5.2
|
|
#PORTREVISION= 0
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://releases.compiz-fusion.org/${PORTVERSION}/
|
|
|
|
MAINTAINER= rnoland@2hip.net
|
|
COMMENT= An alternative configuration system for Compiz
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
USE_GNOME= gnomehack intltool libxml2
|
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \
|
|
${WRKSRC}/src/main.c \
|
|
${WRKSRC}/src/lists.c \
|
|
${WRKSRC}/src/compiz.c \
|
|
${WRKSRC}/src/filewatch.c \
|
|
${WRKSRC}/src/ini.c \
|
|
${WRKSRC}/backend/ini.c
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include <bsd.port.post.mk>
|