12 lines
395 B
Makefile
12 lines
395 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 2008/06/03 22:23:02 hoka_adam Exp $
|
||
|
#
|
||
|
|
||
|
PKGNAME= ${DISTNAME:S/.src//}
|
||
|
COMMENT= Tron clone in 3D with advanced gameplay and multiplayer
|
||
|
|
||
|
.include "../../devel/SDL/buildlink3.mk"
|
||
|
.include "../../graphics/SDL_image/buildlink3.mk"
|
||
|
.include "../../graphics/png/buildlink3.mk"
|
||
|
.include "../../graphics/jpeg/buildlink3.mk"
|
||
|
.include "../../wip/armagetronad/Makefile.common"
|