pkgsrc-wip/tuxanci/Makefile
Ondrej Tuma d1599e19ec Import tuxanci-0.20.0 as wip/tuxanci.
Tuxanci are czechoslovak multiplatform action game. In the begining it was
inspired by czech game Bulanci (which is however only for MS Windows), but
now it goes its own way. The game is programmed in language C and the rendering
core is based on SDL library. Man can play two-players game on one computer
or in network multiplayer.
2008-11-10 13:35:12 +00:00

29 lines
894 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/11/10 13:35:12 ondratu Exp $
#
DISTNAME= tuxanci-0.20.0-src
PKGNAME= tuxanci-0.20.0
CATEGORIES= games
MASTER_SITES= http://download.tuxanci.org/0.20.0/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc@blackmouse.biz
HOMEPAGE= http://www.tuxanci.org/
COMMENT= czechoslovak multiplatform action game like Bulanci
WRKSRC= ${WRKDIR}/pkgs/tuxanci-0.20.0-src
USE_CMAKE= yes
USE_LANGUAGES+= c c++
CMAKE_ARGS+= -DPREFIX=\\\"${PREFIX}/\\\" \
-DCMAKE_INSTALL_PREFIX:PATH=${PREFIX} \
-DSDL_INCLUDE_DIR=${PREFIX}/include/SDL \
-DSDLIMAGE_INCLUDE_DIR=${PREFIX}/include/SDL \
-DSDLMIXER_INCLUDE_DIR=${PREFIX}/include/SDL \
-DSDLTTF_INCLUDE_DIR=${PREFIX}/include/SDL
.include "../../graphics/SDL_image/buildlink3.mk"
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../devel/SDL_ttf/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"