diff options
author | garbled <garbled@pkgsrc.org> | 2004-02-10 22:02:57 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 2004-02-10 22:02:57 +0000 |
commit | bc9f95cf229795a6c46fa8b3a587122685b7ae6d (patch) | |
tree | a8086266cbdb2ef707d26838cb143696b4c1aac6 | |
parent | 9b7fab68cc2c69ef786ba060934fd07c06596883 (diff) | |
download | pkgsrc-bc9f95cf229795a6c46fa8b3a587122685b7ae6d.tar.gz |
Import new package for genecys-client. Genecys is a 3D third-person
online RPG. This is the client for the game. The game is currently in
alpha release status.
-rw-r--r-- | games/genecys-client/DESCR | 9 | ||||
-rw-r--r-- | games/genecys-client/Makefile | 28 | ||||
-rw-r--r-- | games/genecys-client/PLIST | 2 | ||||
-rw-r--r-- | games/genecys-client/distinfo | 4 |
4 files changed, 43 insertions, 0 deletions
diff --git a/games/genecys-client/DESCR b/games/genecys-client/DESCR new file mode 100644 index 00000000000..d11a2152ced --- /dev/null +++ b/games/genecys-client/DESCR @@ -0,0 +1,9 @@ +Genecys is, or will be, a Massively Multi-player Online RPG or MMORPG. The +intent of the Genecys project, is to design a completely free and open +source online RPG for all to play, run, or modify. On a higher level.. one +of the fundamental design goals of Genecys, is that it becomes a +completely dynamic environment. Each server will be completely unique, and +follow it's own progression of events. Maps will be generated randomly, at +server startup, as will towns and NPCs. NPCs will be AI controlled, and ha +ve their own lives in the game, and exist to interact with the players, +not just be slaughtered by them and re-pop. diff --git a/games/genecys-client/Makefile b/games/genecys-client/Makefile new file mode 100644 index 00000000000..65e23377d93 --- /dev/null +++ b/games/genecys-client/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/10 22:02:57 garbled Exp $ +# + +DISTNAME= genecys-0.1 +PKGNAME= genecys-client-0.1 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=genecys/} + +MAINTAINER= root@garbled.net +HOMEPAGE= http://genecys.sourceforge.net/ +COMMENT= Client for Genecys MMORPG + +DEPENDS= genecys-data>=0.1:../../games/genecys-data + +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes +CONFIGURE_DIRS= ${WRKSRC}/common ${WRKSRC}/client +BUILD_DIRS= ${WRKSRC}/common ${WRKSRC}/client +LIBS+= -lm +CONFIG_STATUS_OVERRIDE= ${WRKSRC}/common/config.status ${WRKSRC}/client/config.status + +.include "../../graphics/cal3d/buildlink3.mk" +.include "../../graphics/OpenRM/buildlink3.mk" +.include "../../graphics/gtkglext/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/games/genecys-client/PLIST b/games/genecys-client/PLIST new file mode 100644 index 00000000000..482919c2938 --- /dev/null +++ b/games/genecys-client/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/10 22:02:57 garbled Exp $ +bin/gencli diff --git a/games/genecys-client/distinfo b/games/genecys-client/distinfo new file mode 100644 index 00000000000..521610509c5 --- /dev/null +++ b/games/genecys-client/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/02/10 22:02:57 garbled Exp $ + +SHA1 (genecys-0.1.tar.gz) = d4a808ba70636c543995d59afc9525ffed1e8454 +Size (genecys-0.1.tar.gz) = 415352 bytes |