2012-02-21 17:19:31 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2012/02/21 22:19:32 sthen Exp $
|
2009-08-31 21:49:14 -04:00
|
|
|
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
|
|
|
|
COMMENT = OpenGL window and compositing manager
|
|
|
|
|
|
|
|
V = 0.8.2
|
|
|
|
DISTNAME = compiz-${V}
|
2012-02-21 17:19:31 -05:00
|
|
|
REVISION= 12
|
2009-08-31 21:49:14 -04:00
|
|
|
|
|
|
|
SHARED_LIBS = decoration 0.0
|
|
|
|
|
|
|
|
CATEGORIES = x11
|
|
|
|
|
|
|
|
HOMEPAGE = http://www.compiz-fusion.org/
|
|
|
|
|
|
|
|
# MIT, GPL and LGPL
|
2011-10-14 03:15:08 -04:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2011-10-29 04:12:31 -04:00
|
|
|
WANTLIB += GL GLU ICE SM X11 X11-xcb XRes Xau Xcomposite
|
2011-10-14 03:15:08 -04:00
|
|
|
WANTLIB += Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr
|
|
|
|
WANTLIB += Xrender Xxf86vm atk-1.0 c cairo dbus-1 dbus-glib-1
|
|
|
|
WANTLIB += drm expat ffi fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
|
2010-10-11 04:11:24 -04:00
|
|
|
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
|
2010-04-27 17:01:51 -04:00
|
|
|
WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
2011-10-14 03:15:08 -04:00
|
|
|
WANTLIB += pcre pixman-1 png pthread pthread-stubs startup-notification-1
|
|
|
|
WANTLIB += wnck-1 xcb xcb-aux xcb-render xcb-shm xml2 xslt z
|
2009-08-31 21:49:14 -04:00
|
|
|
|
|
|
|
MASTER_SITES = http://releases.compiz-fusion.org/${V}/
|
|
|
|
|
2009-09-01 05:49:01 -04:00
|
|
|
MODULES = devel/gconf2 \
|
2009-09-28 11:14:30 -04:00
|
|
|
devel/gettext \
|
|
|
|
textproc/intltool
|
2009-09-01 05:49:01 -04:00
|
|
|
|
2009-08-31 21:49:14 -04:00
|
|
|
MODGCONF2_SCHEMAS_DIR = compiz
|
|
|
|
|
2011-10-14 03:15:08 -04:00
|
|
|
LIB_DEPENDS = devel/startup-notification \
|
2010-11-22 03:36:47 -05:00
|
|
|
devel/libwnck \
|
|
|
|
textproc/libxml \
|
2011-05-14 17:29:03 -04:00
|
|
|
textproc/libxslt \
|
|
|
|
x11/gtk+2
|
2009-08-31 21:49:14 -04:00
|
|
|
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
USE_LIBTOOL = Yes
|
|
|
|
|
2009-09-01 05:49:01 -04:00
|
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
|
|
|
|
2009-08-31 21:49:14 -04:00
|
|
|
CONFIGURE_STYLE = gnu
|
2009-09-01 05:49:01 -04:00
|
|
|
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
|
|
|
|
--disable-static \
|
|
|
|
--disable-inotify \
|
2009-08-31 21:49:14 -04:00
|
|
|
--disable-fuse \
|
|
|
|
--disable-librsvg \
|
|
|
|
--disable-metacity \
|
|
|
|
--disable-gnome \
|
|
|
|
--disable-gnome-keybindings \
|
|
|
|
--disable-kde \
|
|
|
|
--disable-kde4 \
|
|
|
|
--disable-kconfig
|
|
|
|
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|