pkgsrc/games/fillets-ng/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

31 lines
934 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/10/03 00:14:43 tv Exp $
#
DISTNAME= fillets-ng-0.5.0
PKGREVISION= 1
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.5.1:../../games/fillets-ng-data
USE_BUILDLINK3= yes
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"