pkgsrc-wip/tuxtype2/Makefile
Roland Illig 8ae70fc030 Don't use ${PKGNAME} in the definition of WRKSRC, since that might
contain the PKGREVISION. ${PKGNAME_NOREV} is a better choice.
2005-10-10 14:00:12 +00:00

20 lines
563 B
Makefile

# $NetBSD: Makefile,v 1.9 2005/10/10 14:00:14 rillig Exp $
DISTNAME= Tuxtype2-${VERSION}
PKGNAME= tuxtype2-${VERSION}
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tuxtype/}
MAINTAINER= reed@reedmedia.net
COMMENT= Educational typing tutorial game for children
HOMEPAGE= http://tuxtype.sourceforge.net/
VERSION= 1.5.0
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
GNU_CONFIGURE= YES
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../devel/SDL_ttf/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"