2014-04-14 19:52:44 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.27 2014/04/14 19:52:44 matthieu Exp $
|
2009-09-01 01:49:14 +00:00
|
|
|
|
|
|
|
COMMENT = OpenGL window and compositing manager
|
|
|
|
|
2013-11-26 11:59:32 +00:00
|
|
|
V = 0.8.8
|
2009-09-01 01:49:14 +00:00
|
|
|
DISTNAME = compiz-${V}
|
2014-04-14 19:52:44 +00:00
|
|
|
REVISION = 0
|
2009-09-01 01:49:14 +00:00
|
|
|
|
2013-11-26 11:59:32 +00:00
|
|
|
SHARED_LIBS = decoration 1.0
|
2009-09-01 01:49:14 +00:00
|
|
|
|
|
|
|
# MIT, GPL and LGPL
|
2011-10-14 07:15:08 +00:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2013-11-26 11:59:32 +00:00
|
|
|
WANTLIB += GL GLU ICE SM X11 X11-xcb XRes Xau Xcomposite Xcursor \
|
|
|
|
Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr Xrender \
|
|
|
|
Xxf86vm atk-1.0 c cairo croco-0.6 dbus-1 dbus-glib-1 \
|
|
|
|
drm expat ffi fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 \
|
|
|
|
gio-2.0 glapi glib-2.0 gmodule-2.0 gobject-2.0 graphite2 \
|
|
|
|
gthread-2.0 gtk-x11-2.0 harfbuzz m pango-1.0 pangocairo-1.0 \
|
|
|
|
pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs \
|
2014-04-14 19:52:44 +00:00
|
|
|
rsvg-2 startup-notification-1 stdc++ wnck-1 xcb xcb-util \
|
2013-11-26 11:59:32 +00:00
|
|
|
xcb-dri2 xcb-glx xcb-render xcb-shm xml2 xslt z
|
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 \
|
2013-11-26 11:59:32 +00:00
|
|
|
x11/gnome/librsvg \
|
2011-05-14 21:29:03 +00:00
|
|
|
x11/gtk+2
|
2009-09-01 01:49:14 +00:00
|
|
|
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
|
2013-11-26 11:59:32 +00:00
|
|
|
LIBTOOL_FLAGS = --tag=disable-static
|
2009-09-01 09:49:01 +00:00
|
|
|
|
2009-09-01 01:49:14 +00:00
|
|
|
CONFIGURE_STYLE = gnu
|
2013-11-26 11:59:32 +00:00
|
|
|
CONFIGURE_ARGS = --disable-static \
|
2009-09-01 01:49:14 +00:00
|
|
|
--disable-fuse \
|
2013-11-26 11:59:32 +00:00
|
|
|
--disable-inotify \
|
2009-09-01 01:49:14 +00:00
|
|
|
--disable-metacity \
|
|
|
|
--disable-gnome \
|
|
|
|
--disable-gnome-keybindings \
|
|
|
|
--disable-kde \
|
|
|
|
--disable-kde4 \
|
|
|
|
--disable-kconfig
|
|
|
|
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2013-11-26 11:59:32 +00:00
|
|
|
post-install:
|
|
|
|
@rm -f ${PREFIX}/lib/compiz/*.la
|
|
|
|
|
2009-09-01 01:49:14 +00:00
|
|
|
.include <bsd.port.mk>
|