2944de12dd
* fiberlamp fix for array bounds read and leak fix for deluxe + magick and raster file (ras) fixes for True Color by Jouk Jansen Removed some compiler/lint warnings. deluxe mode ported from xscreensaver by Jouk Jansen. anemone mode ported from xscreensaver by Jouk Jansen win32 changes from Petey Leinonen: added XPutPixel() pacman now works by changing the initialization and now can create a 1 bit depth bitmap when asked for. * new since BETA + update since BETA
22 lines
629 B
Makefile
22 lines
629 B
Makefile
# $NetBSD: Makefile,v 1.10 2006/05/08 19:29:22 hubertf 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-glftgl
|
|
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"
|