fa631e663a
Fish Fillets NG - 0.7.3 * Fixed missing n_selected.png. It is not needed any more. Fish Fillets NG - 0.7.2 * Experimental support for RTL texts * Tab/Enter are usable on worldmap * Flags show language tips * Lua is statically linked again Fish Fillets NG - 0.7.1 * Spanish translation * Dutch translation * minor bug fixes (default speech, mingw32 build) Fish Fillets NG - 0.7.0 * Italian translation * Polish translation * correction of English dialogs * step counter color depends on active fish * options menu is refreshed when lang is changed * added menu to choose speech ("cs" or "none") * enabled speech=cs as default * fixed fullscreen on win32 * updated halloffame score (thanks to many) Fish Fillets NG - 0.6.1 * fixed crash with empty lang
29 lines
899 B
Makefile
29 lines
899 B
Makefile
# $NetBSD: Makefile,v 1.14 2006/08/14 22:34:42 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= fillets-ng-0.7.3
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fillets/}
|
|
|
|
MAINTAINER= salo@NetBSD.org
|
|
HOMEPAGE= http://fillets.sf.net/
|
|
COMMENT= Puzzle game about witty fish saving the world sokoban style
|
|
|
|
DEPENDS+= fillets-ng-data-0.7.1:../../games/fillets-ng-data
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
SUBST_CLASSES+= man
|
|
SUBST_STAGE.man= post-patch
|
|
SUBST_FILES.man= fillets.6
|
|
SUBST_MESSAGE.man= Fixing documentation path in the manual page.
|
|
SUBST_SED.man= "s,/usr/share/doc/fillets-ng/html/manual.html,${PREFIX}/share/doc/html/fillets-ng/manual.html,"
|
|
|
|
.include "../../audio/SDL_mixer/buildlink3.mk"
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../devel/SDL_ttf/buildlink3.mk"
|
|
.include "../../graphics/SDL_image/buildlink3.mk"
|
|
.include "../../lang/lua/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|