aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt.
24 lines
560 B
Makefile
24 lines
560 B
Makefile
# $NetBSD: Makefile,v 1.24 2005/12/11 09:40:42 wiz Exp $
|
|
|
|
DISTNAME= lbreakout-010315
|
|
PKGREVISION= 6
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lgames/}
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://lgames.sourceforge.net/
|
|
COMMENT= Breakout-style arcade game
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS:Q}
|
|
CONFIGURE_ARGS+= --disable-sound
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
|
|
PTHREAD_LIBS= -lpthread
|
|
|
|
.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "pth")
|
|
PTHREAD_LIBS+= -lpth
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|