summaryrefslogtreecommitdiff
path: root/games/genecys-client
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>2004-04-09 03:44:30 +0000
committergarbled <garbled@pkgsrc.org>2004-04-09 03:44:30 +0000
commit5fb2ecb2ee4d9712eaa05362c7c3a4860e24b1c2 (patch)
tree6ae1069b33b22356b02d7f3c3d89b31531a49d94 /games/genecys-client
parente892903e00b2fb8053746128e446769cd1b9be50 (diff)
downloadpkgsrc-5fb2ecb2ee4d9712eaa05362c7c3a4860e24b1c2.tar.gz
Update genecys client and datafiles to 0.2
Major changes since 0.1: * Added metaserver * Redesigned event core, event system is much faster, and more versitle * Added a bunch of new objects, and animated NPC's * Added tiling of maps, to allow larger gameworlds * Added new communication commands, shout and whisper * Integrated FreeSOLID, and redesigned collision engine to be much faster. FreeSOLID is now built automatically, and does not need to be compiled and installed externally. * Much improved build system. * Lots of bugfixes, and other minor improvements.
Diffstat (limited to 'games/genecys-client')
-rw-r--r--games/genecys-client/Makefile15
-rw-r--r--games/genecys-client/distinfo6
2 files changed, 11 insertions, 10 deletions
diff --git a/games/genecys-client/Makefile b/games/genecys-client/Makefile
index d4d2d732bc4..849d266f186 100644
--- a/games/genecys-client/Makefile
+++ b/games/genecys-client/Makefile
@@ -1,22 +1,23 @@
-# $NetBSD: Makefile,v 1.4 2004/02/14 13:55:19 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2004/04/09 03:44:30 garbled Exp $
#
-DISTNAME= genecys-0.1
-PKGNAME= genecys-client-0.1
+DISTNAME= genecys-0.2
+PKGNAME= genecys-client-0.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=genecys/}
MAINTAINER= root@garbled.net
-HOMEPAGE= http://genecys.sourceforge.net/
+HOMEPAGE= http://www.genecys.org/
COMMENT= Client for Genecys MMORPG
-DEPENDS= genecys-data>=0.1:../../games/genecys-data
+DEPENDS= genecys-data>=0.2:../../games/genecys-data
USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
-CONFIGURE_DIRS= ${WRKSRC}/common ${WRKSRC}/client
-BUILD_DIRS= ${WRKSRC}/common ${WRKSRC}/client
+#CONFIGURE_DIRS= ${WRKSRC}/common ${WRKSRC}/client
+#BUILD_DIRS= ${WRKSRC}/common ${WRKSRC}/client
LIBS+= -lm
+CONFIGURE_ARGS+= --disable-server --disable-metaserver --disable-utils
CONFIGURE_ARGS+= --with-cal3d=${BUILDLINK_PREFIX.cal3d}
CONFIGURE_ARGS+= --with-openrm=${BUILDLINK_PREFIX.OpenRM}
diff --git a/games/genecys-client/distinfo b/games/genecys-client/distinfo
index 521610509c5..87479df2764 100644
--- a/games/genecys-client/distinfo
+++ b/games/genecys-client/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/02/10 22:02:57 garbled Exp $
+$NetBSD: distinfo,v 1.2 2004/04/09 03:44:30 garbled Exp $
-SHA1 (genecys-0.1.tar.gz) = d4a808ba70636c543995d59afc9525ffed1e8454
-Size (genecys-0.1.tar.gz) = 415352 bytes
+SHA1 (genecys-0.2.tar.gz) = 0140f91e1469237a385437ac7b2e6030902de110
+Size (genecys-0.2.tar.gz) = 786136 bytes