pkgsrc/x11/xscreensaver/Makefile

33 lines
1,015 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.126 2020/12/04 04:56:20 riastradh Exp $
COMMENT= Screen saver and locker for the X window system
PKGREVISION= 5
CONFLICTS+= xscreensaver-gnome<4.14
2004-02-01 11:48:46 +01:00
.include "Makefile.common"
.include "options.mk"
.include "../../textproc/libxml2/buildlink3.mk"
2002-04-10 00:50:02 +02:00
CONFIGURE_ARGS+= --without-gtk
Update x11/xscreensaver to 5.29. From the changelog: 5.29 * Downgraded to Xcode 5.0.2 to make it possible to build savers that will still run on 10.6 and 10.7. Sigh. * Updated `webcollage' for recent changes. 5.28 * Fixed some compilation problems and intermittent crashes. * Turned off the OSX 10.6 enable_gc hack. It didn't work. 5.27 * New hacks, `tessellimage' and `projectiveplane'. * Added support for pthreads, because Dave Odell is a madman. * Updated `webcollage' for recent changes. * Minor iOS tweaks to the `analogtv' hacks. * X11: Don't assume Suspend = 0 implies "No DPMS". * Minor updates to `boxed' and `klein'. * Fixed possible crash in `apple2', `noseguy', `xmatrix', `shadebobs'. * Fixed possible crash in OSX preferences. * OSX Performance improvements. * Plugged some leaks. 5.26 * More auto-updater tweaks. 5.25 * Try harder to bypass Quarrantine and Gatekeeper in OSX installer. * Some files were missing from the tarball. 5.24 * Added "Automatically check for updates" option on OSX. * Updated feed-loading for recent Flickr changes. * Updated `webcollage' for recent Google changes. * Added Instagram and Bing as `webcollage' image sources. * Updated to latest autoconf. * Bug fixes. 5.23 * New hack, `geodesic'. * iOS and OSX: huge XCopyArea performance improvements. * More heuristics for using RSS feeds as image sources. * Improved Wikipedia parser. * Updated `webcollage' for recent Flickr changes. * Added Android to `bsod'. * OSX: Added a real installer. * iOS and OSX: fixed a font-metrics bug. * iOS: Fixed aspect ratio bug in non-rotating apps when launched in landscape mode. * Made `quasicrystal' work on weak graphics cards. * iOS: fixed `ifs'. * Better compression on icons, plists and XML files: smaller distribution and installation footprint. * Reverted that DEACTIVATE change. Bad idea. * `Phosphor' now supports amber as well as green.
2014-08-12 17:57:13 +02:00
#CONFIGURE_ARGS+= --with-xml=${BUILDLINK_PREFIX.libxml2}
CONFIGURE_ARGS+= --with-configdir=${PREFIX}/libexec/xscreensaver/config
EGDIR= ${PREFIX}/share/examples/xscreensaver
MESSAGE_SUBST+= EGDIR=${EGDIR:Q}
2009-07-07 19:22:27 +02:00
INSTALLATION_DIRS= ${EGDIR}/pam.d
post-install:
${INSTALL_DATA} ${FILESDIR}/pam-xscreensaver-NetBSD \
2009-07-07 19:22:27 +02:00
${DESTDIR}${EGDIR}/pam.d/xscreensaver-NetBSD
.include "../../graphics/png/buildlink3.mk"
2007-01-15 18:38:18 +01:00
.include "../../x11/libXScrnSaver/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/libXxf86vm/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"