pkgsrc/games/lbreakout/Makefile
jmmv 30925b26c7 Bump revision due to SDL update, and sync versions in buildlink files where
needed.  This is required because esound has been droped as a dependancy.
2003-07-26 21:41:08 +00:00

27 lines
598 B
Makefile

# $NetBSD: Makefile,v 1.17 2003/07/26 21:41:18 jmmv Exp $
#
DISTNAME= lbreakout-010315
PKGREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lgames/}
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://lgames.sourceforge.net/
COMMENT= Breakout-style arcade game
USE_BUILDLINK2= YES
USE_X11= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}"
CONFIGURE_ARGS+= --disable-sound
.include "../../devel/SDL/buildlink2.mk"
PTHREAD_LIBS= -lpthread
.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "pth")
PTHREAD_LIBS+= -lpth
.endif
.include "../../mk/bsd.pkg.mk"