5265f2df04
Debug patch below had an undesired effect on euler2d.c.
32 lines
903 B
Makefile
32 lines
903 B
Makefile
# $NetBSD: Makefile,v 1.65 2004/01/06 15:44:10 hubertf Exp $
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
# XLOCK_LIGHT will be deprecated, but support it for a while longer
|
|
# until users figure out to install xlockmore-lite instead of xlockmore
|
|
#
|
|
.if defined(XLOCK_LIGHT)
|
|
pre-extract:
|
|
@${ECHO} ""
|
|
@${ECHO} "***************************************************"
|
|
@${ECHO} "*** You want to install xlockmore-lite instead. ***"
|
|
@${ECHO} "***************************************************"
|
|
@${ECHO} ""
|
|
|
|
. include "../xlockmore-lite/Makefile"
|
|
.else
|
|
|
|
.include "Makefile.common"
|
|
|
|
COMMENT= Like the XLock session-locker/screensaver, but with more
|
|
|
|
CONFIGURE_ARGS+= --with-mesagl
|
|
|
|
.include "../../audio/esound/buildlink3.mk"
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
.include "../../graphics/glu/buildlink3.mk"
|
|
.include "../../graphics/xpm/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|
|
|
|
.endif # XLOCK_LIGHT
|