# New ports collection makefile for: lbreakout # Date created: 19 October 2000 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= lbreakout PORTVERSION= 010315 PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/lgames/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A nice clone of classical Breakout game USE_SDL= sdl USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-lcompat" post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|"SDL/SDL|"SDL|g ; \ s|