pkgsrc/x11/xlockmore/Makefile
hubertf 5265f2df04 Update to xlockmore 5.11.1. Changes:
Debug patch below had an undesired effect on euler2d.c.
2004-01-06 15:44:09 +00:00

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