pkgsrc/games/pushover/Makefile
wiz a021c97b0c Updated pushover to 0.0.5.
Drop maintainership.

Version 0.0.5 May 2013

- new Swedish and Esperanto translation and updated French translation many
  thanks to the translators
- AROS support inside the code
- minor usability improvements in the menu sytem
- slightly lower requirements on libpng and lua versions
2016-07-05 17:33:00 +00:00

23 lines
709 B
Makefile

# $NetBSD: Makefile,v 1.9 2016/07/05 17:33:00 wiz Exp $
DISTNAME= pushover-0.0.5
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pushover/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pushover.sourceforge.net/
COMMENT= Remake of Pushover, a fun puzzle game
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake pkg-config
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../devel/SDL_ttf/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../lang/lua/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"