# $OpenBSD: Makefile,v 1.24 2004/06/24 16:23:37 marcm Exp $ COMMENT= "screen saver and locker for the X Window System" VERSION= 4.16 DISTNAME= xscreensaver-${VERSION} CATEGORIES= x11 HOMEPAGE= http://www.jwz.org/xscreensaver/ MAINTAINER= Marc Matteo # BSD PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes MASTER_SITES= http://www.jwz.org/xscreensaver/ MODULES= gettext LIB_DEPENDS+= xml2.6::textproc/libxml MAKE_ENV+= ${CONFIGURE_ENV} USE_X11= Yes USE_GMAKE= Yes NO_REGRESS= Yes CONFIGURE_STYLE= autoconf no-autoheader AUTOCONF_VERSION= 2.57 CONFIGURE_ARGS+= --with-hackdir="${PREFIX}/libexec/xscreensaver" CONFIGURE_ARGS+= --with-gl CONFIGURE_ARGS+= --with-xpm CONFIGURE_ARGS+= --without-gnome CONFIGURE_ARGS+= --with-zippy=/usr/games/fortune CONFIGURE_ARGS+= --without-kerberos CONFIGURE_ARGS+= --with-xml CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" FLAVORS= no_gle gtk2 FLAVOR?= no_gle .if !${FLAVOR:L:Mno_gle} LIB_DEPENDS+= gle.3::graphics/gle CONFIGURE_ARGS+= --with-gle .else CONFIGURE_ARGS+= --without-gle .endif .if ${FLAVOR:L:Mgtk2} BUILD_DEPENDS+= :pkgconfig-*:devel/pkgconfig LIB_DEPENDS+= gdk_pixbuf_xlib-2.0.0.0::x11/gtk+2 \ glade-2.0.0.0::devel/libglade2 CONFIGURE_ARGS+= --with-gtk2 .else CONFIGURE_ARGS+= --with-pixbuf=${LOCALBASE} LIB_DEPENDS+= gdk_pixbuf.2,gdk_pixbuf_xlib.2::graphics/gdk-pixbuf,no_gnome .endif post-install: # rename deco to xdeco, so it doesn't conflict with misc/deco @mv ${PREFIX}/man/man1/deco.1 ${PREFIX}/man/man1/xdeco.1 @mv ${PREFIX}/libexec/xscreensaver/deco \ ${PREFIX}/libexec/xscreensaver/xdeco @mv ${PREFIX}/lib/xscreensaver/config/deco.xml \ ${PREFIX}/lib/xscreensaver/config/xdeco.xml # Need a pretty icon for the controlcenter # @${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps # @${INSTALL_DATA} ${PREFIX}/share/xscreensaver/xscreensaver.xpm \ # ${PREFIX}/share/pixmaps/ .include