diff --git a/games/lbreakout/Makefile b/games/lbreakout/Makefile index 977e2cf7a898..3caae43422a9 100644 --- a/games/lbreakout/Makefile +++ b/games/lbreakout/Makefile @@ -1,28 +1,28 @@ PORTNAME= lbreakout PORTVERSION= 010315 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MASTER_SITES= SF/lgames/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Nice clone of classical Breakout game WWW= https://sourceforge.net/projects/lgames/files/lbreakout/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING DEPRECATED= Abandoned by upsteam, does not support large screen resolutions. Use games/lbreakouthd instead USES= gmake sdl USE_SDL= sdl GNU_CONFIGURE= yes -LIBS+= -lcompat +LIBS+= -lcompat -lutil pre-install: ${MKDIR} ${STAGEDIR}/var/games/${PORTNAME} post-install: ${MV} ${STAGEDIR}/var/games/${PORTNAME}/lbreakout.hscr \ ${STAGEDIR}/var/games/${PORTNAME}/lbreakout.hscr.sample .include