2012-09-01 10:36:56 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.53 2012/09/01 14:36:59 ajacoutot Exp $
|
2008-11-29 06:34:51 -05:00
|
|
|
|
|
|
|
COMMENT= screen saver and locker for GNOME
|
|
|
|
|
|
|
|
GNOME_PROJECT= gnome-screensaver
|
2012-07-18 02:52:31 -04:00
|
|
|
GNOME_VERSION= 3.4.4
|
2012-09-01 10:36:56 -04:00
|
|
|
REVISION= 0
|
2012-03-30 10:09:59 -04:00
|
|
|
|
|
|
|
HOMEPAGE= https://live.gnome.org/GnomeScreensaver
|
2011-09-12 03:28:52 -04:00
|
|
|
|
2008-11-29 06:34:51 -05:00
|
|
|
# GPLv3
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2011-09-26 02:38:48 -04:00
|
|
|
WANTLIB += GL ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp
|
|
|
|
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xss Xxf86misc
|
2011-09-12 03:28:52 -04:00
|
|
|
WANTLIB += Xxf86vm atk-1.0 c cairo cairo-gobject dbus-1 dbus-glib-1
|
2011-09-26 02:38:48 -04:00
|
|
|
WANTLIB += drm expat ffi fontconfig freetype gdk-3 gdk_pixbuf-2.0
|
|
|
|
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gnome-desktop-3 gnomekbd
|
2011-10-16 15:23:34 -04:00
|
|
|
WANTLIB += gnomekbdui gobject-2.0 gthread-2.0 gtk-3 m pango-1.0
|
2011-09-26 02:38:48 -04:00
|
|
|
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
|
|
|
|
WANTLIB += pthread-stubs xcb xcb-render xcb-shm xkbfile xklavier
|
2011-11-04 05:56:28 -04:00
|
|
|
WANTLIB += xml2 z stdc++
|
2008-11-29 06:34:51 -05:00
|
|
|
|
|
|
|
MODULES= devel/gettext \
|
2009-06-07 06:46:40 -04:00
|
|
|
x11/gnome \
|
2011-09-12 03:28:52 -04:00
|
|
|
devel/dconf
|
2008-11-29 06:34:51 -05:00
|
|
|
|
2011-09-12 03:28:52 -04:00
|
|
|
BUILD_DEPENDS= textproc/xmlto \
|
2012-02-16 17:22:22 -05:00
|
|
|
devel/gsettings-desktop-schemas
|
2011-10-04 01:36:43 -04:00
|
|
|
LIB_DEPENDS= x11/gnome/desktop>=3.2.0p0 \
|
2011-04-29 04:41:51 -04:00
|
|
|
x11/gnome/libgnomekbd
|
2008-11-29 06:34:51 -05:00
|
|
|
|
2011-09-12 03:28:52 -04:00
|
|
|
RUN_DEPENDS= devel/gsettings-desktop-schemas \
|
|
|
|
sysutils/consolekit # src/gs-listener-dbus.c
|
2008-11-29 06:34:51 -05:00
|
|
|
|
2012-04-28 06:52:08 -04:00
|
|
|
CONFIGURE_ARGS= --enable-docbook-docs \
|
2008-11-29 06:34:51 -05:00
|
|
|
--enable-locking \
|
2012-02-16 17:22:22 -05:00
|
|
|
--with-console-kit \
|
2008-11-29 06:34:51 -05:00
|
|
|
--with-mit-ext \
|
2012-02-16 17:22:22 -05:00
|
|
|
--with-x \
|
|
|
|
--with-xf86gamma-ext \
|
|
|
|
--without-systemd
|
2011-04-29 04:41:51 -04:00
|
|
|
|
2011-09-12 03:28:52 -04:00
|
|
|
MAKE_FLAGS= DOCDIR="${PREFIX}/share/doc/gnome-screensaver"
|
2008-11-29 06:34:51 -05:00
|
|
|
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/gnome-xscreensaver
|
|
|
|
|
2009-06-03 20:45:39 -04:00
|
|
|
post-extract:
|
|
|
|
cp ${FILESDIR}/gs-auth-bsdauth.c ${WRKSRC}/src/
|
|
|
|
|
2008-11-29 06:34:51 -05:00
|
|
|
.include <bsd.port.mk>
|