22 lines
576 B
Makefile
22 lines
576 B
Makefile
# $NetBSD: Makefile,v 1.7 2004/03/07 02:29:20 blef Exp $
|
|
|
|
DISTNAME= Tuxtype2-${VERSION}
|
|
PKGNAME= tuxtype2-${VERSION}
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
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
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK3= YES
|
|
|
|
.include "../../graphics/SDL_image/buildlink3.mk"
|
|
.include "../../audio/SDL_mixer/buildlink3.mk"
|
|
.include "../../devel/SDL_ttf/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|