Changes since version 5.28: - Undo a cleanup in vroot.h, as xlock exits on startup with a BadWindow on pievwm and tvtwm. - juggler3d mode stolen from xscreensaver with help from Tim Auckland. Jouk Jansen made safe for VMS and fixed colour problem. - nose: cleaned up for win32. Still do not know why this mode has bottom task bar. - petri: crashed due to shift of int, fix from Dr Nigel Warr <warr AT kp.uni-koeln.de>. petri improved for win32, should not be red all the time now. - penrose should be working again. Other small fixes for life, etc. - image: image set right away and added option -icononly to only display image when in password window - Xinerama patch so the password window will be displayed on one screen thanks to Kaelyn Uhrain <satyr_22901 AT yahoo.com>. (On the wish list would be to have password window on screen with mouse instead of first screen. - SuSE patch set thanks to Stanislav Brabec <sbrabec AT suse.cz> and Petr Gajdos <pgajdos AT suse.cz>. For problems in code and compiler warnings: fixes build with GLTT and FTGL modules, return if fontset is null instead of crash, fixes strict-aliasing compiler warning, makes void function not returning anything. - life3d: resync with my Java code for new patterns. - xlockrc (use of xlock without system password) did not actually check if Key portion matched Again portion. Also now deletes null .xlockrc file when there is a mismatch.
21 lines
592 B
Makefile
21 lines
592 B
Makefile
# $NetBSD: Makefile,v 1.13 2009/10/25 22:54:03 tron Exp $
|
|
|
|
.include "../../x11/xlockmore/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-lite-/}
|
|
COMMENT= "lite" version of xlockmore
|
|
|
|
CONFIGURE_ARGS+= --without-xpm
|
|
CONFIGURE_ARGS+= --without-gltt
|
|
CONFIGURE_ARGS+= --without-ttf
|
|
CONFIGURE_ARGS+= --without-freetype
|
|
CONFIGURE_ARGS+= --without-opengl
|
|
CONFIGURE_ARGS+= --without-mesa
|
|
CONFIGURE_ARGS+= --without-rplay
|
|
CONFIGURE_ARGS+= --without-esound
|
|
CONFIGURE_ARGS+= --without-gtk2
|
|
CONFIGURE_ARGS+= --without-gtk
|
|
|
|
PLIST_SUBST+= LITE="@comment Not in lite version: "
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|