pkgsrc/games/fillets-ng/Makefile
jperkin 5393242c73 *: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
2018-07-04 13:40:07 +00:00

35 lines
1,013 B
Makefile

# $NetBSD: Makefile,v 1.36 2018/07/04 13:40:19 jperkin Exp $
#
DISTNAME= fillets-ng-0.7.3
PKGREVISION= 14
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fillets/}
MAINTAINER= salo@NetBSD.org
HOMEPAGE= http://fillets.sourceforge.net/
COMMENT= Puzzle game about witty fish saving the world sokoban style
DEPENDS+= fillets-ng-data-0.7.1{,nb*}:../../games/fillets-ng-data
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
LDFLAGS.DragonFly= -lX11
LDFLAGS.SunOS+= -lX11
SUBST_CLASSES+= man
SUBST_STAGE.man= pre-configure
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,"
LUA_VERSIONS_ACCEPTED= 51
.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"