pkgsrc-wip/supertux/Makefile
Thomas Klausner ad6cb11b6d "wip" is not a valid category -- please use the standard pkgsrc ones.
Remove wip from CATEGORIES, and guess category if wip was the only one
specified.
2005-11-02 17:59:54 +00:00

22 lines
553 B
Makefile

# $NetBSD: Makefile,v 1.2 2005/11/02 18:00:28 thomasklausner Exp $
#
DISTNAME= supertux-0.1.3
PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= http://download.berlios.de/supertux/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= hernani@vecirex.net
HOMEPAGE= http://supertux.berlios.de/
COMMENT= 2D jump'n run game in the style of the Super Mario ones
HAS_CONFIGURE= YES
CONFIGURE_ARGS+= --prefix=${PREFIX}
USE_TOOLS+= gmake
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"