GGZ is a project to create a free gaming platform. The project includes a server, games for the server, clients, and games for the clients. Other projects may include ggz networking into their games.
7 lines
147 B
Makefile
7 lines
147 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/11/17 18:22:14 jasper Exp $
|
|
|
|
SUBDIR += ggz-client-libs
|
|
SUBDIR += libggz
|
|
|
|
.include <bsd.port.subdir.mk>
|