2013-03-11 11:35:43 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.22 2013/03/11 11:46:08 espie Exp $
|
2009-09-01 01:49:14 +00:00
|
|
|
|
|
|
|
SHARED_ONLY = Yes
|
|
|
|
|
|
|
|
COMMENT = OpenGL window and compositing manager
|
|
|
|
|
|
|
|
V = 0.8.2
|
|
|
|
DISTNAME = compiz-${V}
|
2013-02-06 14:23:06 +00:00
|
|
|
REVISION= 15
|
2009-09-01 01:49:14 +00:00
|
|
|
|
|
|
|
SHARED_LIBS = decoration 0.0
|
|
|
|
|
|
|
|
CATEGORIES = x11
|
|
|
|
|
2013-02-04 10:33:33 +00:00
|
|
|
HOMEPAGE = http://www.compiz.org/
|
2009-09-01 01:49:14 +00:00
|
|
|
|
|
|
|
# MIT, GPL and LGPL
|
2011-10-14 07:15:08 +00:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2011-10-29 08:12:31 +00:00
|
|
|
WANTLIB += GL GLU ICE SM X11 X11-xcb XRes Xau Xcomposite
|
2011-10-14 07:15:08 +00: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 08:11:24 +00:00
|
|
|
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
|
2010-04-27 21:01:51 +00:00
|
|
|
WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
2011-10-14 07:15:08 +00: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
|
2012-12-23 12:25:30 +00:00
|
|
|
WANTLIB += harfbuzz icudata icule icuuc stdc++
|
2009-09-01 01:49:14 +00:00
|
|
|
|
2013-02-04 10:33:33 +00:00
|
|
|
MASTER_SITES = http://releases.compiz.org/${V}/
|
2009-09-01 01:49:14 +00:00
|
|
|
|
2009-09-01 09:49:01 +00:00
|
|
|
MODULES = devel/gconf2 \
|
2009-09-28 15:14:30 +00:00
|
|
|
devel/gettext \
|
|
|
|
textproc/intltool
|
2009-09-01 09:49:01 +00:00
|
|
|
|
2009-09-01 01:49:14 +00:00
|
|
|
MODGCONF2_SCHEMAS_DIR = compiz
|
|
|
|
|
2011-10-14 07:15:08 +00:00
|
|
|
LIB_DEPENDS = devel/startup-notification \
|
2010-11-22 08:36:47 +00:00
|
|
|
devel/libwnck \
|
|
|
|
textproc/libxml \
|
2011-05-14 21:29:03 +00:00
|
|
|
textproc/libxslt \
|
|
|
|
x11/gtk+2
|
2009-09-01 01:49:14 +00:00
|
|
|
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
USE_LIBTOOL = Yes
|
|
|
|
|
2009-09-01 09:49:01 +00:00
|
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
|
|
|
|
2009-09-01 01:49:14 +00:00
|
|
|
CONFIGURE_STYLE = gnu
|
2009-09-01 09:49:01 +00:00
|
|
|
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
|
|
|
|
--disable-static \
|
|
|
|
--disable-inotify \
|
2009-09-01 01:49:14 +00: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>
|