upgrade to freeciv 1.8.1
This commit is contained in:
parent
56707fd17f
commit
4e2f1e433f
@ -1,20 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.6 1998/11/09 01:49:55 marc Exp $
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.7 1999/09/14 00:34:36 brad Exp $
|
||||
|
||||
DISTNAME= freeciv-1.7.1
|
||||
DISTNAME= freeciv-1.8.1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable_version/ \
|
||||
http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/
|
||||
|
||||
MAINTAINER= mickey@openbsd.org
|
||||
MAINTAINER= israfil@gmx.net
|
||||
|
||||
MASTER_SITES= ftp://freeciv.ultraviolet.org/pub/freeciv/
|
||||
LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext \
|
||||
glib.1.2:${PORTSDIR}/devel/glib \
|
||||
gtk.1.2:${PORTSDIR}/x11/gtk+ \
|
||||
Imlib.1.9:${PORTSDIR}/graphics/imlib
|
||||
|
||||
USE_IMAKE= yes
|
||||
NO_INSTALL_MANPAGES= yes
|
||||
WRKSRC= ${WRKDIR}/freeciv-1.7.1
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk-config" \
|
||||
CFLAGS="-O -g"
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/lib/X11/freeciv
|
||||
${INSTALL_DATA} $(WRKSRC)/data/Freeciv $(WRKSRC)/data/*.xpm \
|
||||
${PREFIX}/lib/X11/freeciv
|
||||
NO_INSTALL_MANPAGES= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (freeciv-1.7.1.tar.gz) = ca0e5994a56441fc697475ce64f87046
|
||||
RMD160 (freeciv-1.7.1.tar.gz) = a4baa8dd707cbc80612ff8290eb4ec153b4c100a
|
||||
SHA1 (freeciv-1.7.1.tar.gz) = dac307afbff07894854d8afc47c2f6098b9b2f5a
|
||||
MD5 (freeciv-1.8.1.tar.gz) = 01f7a1d046f89269e74cdca44a52e064
|
||||
RMD160 (freeciv-1.8.1.tar.gz) = 9d298e367fc2695a62ba7f42c4f2af605b63613c
|
||||
SHA1 (freeciv-1.8.1.tar.gz) = f1cb11367fb9828ebc713f5d17b971cac6f506aa
|
||||
|
@ -1,24 +0,0 @@
|
||||
*** Imakefile.orig Sun Jan 18 13:11:24 1998
|
||||
--- Imakefile Sat Jan 31 16:28:17 1998
|
||||
***************
|
||||
*** 61,68 ****
|
||||
CLI_LIBS = $(XPM_LIB_DIR) -lXpm XawClientLibs $(SOCKLIB)
|
||||
SER_LIBS = $(SOCKLIB)
|
||||
|
||||
.c.o:
|
||||
! $(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
ComplexProgramTarget_1(civclient, $(CLI_LIBS), $(SYSLIBS))
|
||||
ComplexProgramTarget_2(civserver, $(SER_LIBS), $(SYSLIBS))
|
||||
--- 61,71 ----
|
||||
CLI_LIBS = $(XPM_LIB_DIR) -lXpm XawClientLibs $(SOCKLIB)
|
||||
SER_LIBS = $(SOCKLIB)
|
||||
|
||||
+ PREFIX?= /usr/X11R6
|
||||
+ FREECIV_DATADIR = $(PREFIX)/share/freeciv
|
||||
+
|
||||
.c.o:
|
||||
! $(CC) -DFREECIV_DATADIR=\"$(FREECIV_DATADIR)\" $(CFLAGS) -c $< -o $@
|
||||
|
||||
ComplexProgramTarget_1(civclient, $(CLI_LIBS), $(SYSLIBS))
|
||||
ComplexProgramTarget_2(civserver, $(SER_LIBS), $(SYSLIBS))
|
@ -1,6 +0,0 @@
|
||||
*** /dev/null Tue May 19 19:34:34 1998
|
||||
--- civclient.man Tue May 19 19:37:23 1998
|
||||
***************
|
||||
*** 0 ****
|
||||
--- 1 ----
|
||||
+
|
@ -1,23 +0,0 @@
|
||||
--- client/climisc.c.orig Tue Feb 3 07:23:52 1998
|
||||
+++ client/climisc.c Fri Feb 6 16:45:34 1998
|
||||
@@ -27,6 +27,11 @@
|
||||
#include <mapctrl.h>
|
||||
#include <map.h>
|
||||
|
||||
+#ifndef FREECIV_DATADIR
|
||||
+#define FREECIV_DATADIR "data"
|
||||
+#endif
|
||||
+
|
||||
+
|
||||
/***************************************************************************
|
||||
...
|
||||
***************************************************************************/
|
||||
@@ -42,7 +47,7 @@
|
||||
if(datadir[i] == '/')
|
||||
datadir[i] = '\0';
|
||||
} else {
|
||||
- datadir = "data"; /* correct if not 'data' is the default */
|
||||
+ datadir = FREECIV_DATADIR; /* correct if not 'data' is the default */
|
||||
};
|
||||
};
|
||||
sprintf(realfile,"%s/%s",datadir,filename);
|
@ -1,6 +0,0 @@
|
||||
*** /dev/null Tue May 19 19:34:34 1998
|
||||
--- civserver.man Tue May 19 19:37:23 1998
|
||||
***************
|
||||
*** 0 ****
|
||||
--- 1 ----
|
||||
+
|
@ -1 +1 @@
|
||||
Civilization clone for X; multiplayer
|
||||
Civilization clone for X; multiplayer
|
||||
|
@ -1,2 +1 @@
|
||||
This is a multiplayer 'Civilisation(tm)' clone for X windows.
|
||||
Home page at http://www.daimi.aau.dk/~allan/
|
||||
This is a multiplayer 'Civilisation(tm)' clone for X.
|
||||
|
@ -1,7 +1,31 @@
|
||||
bin/civserver
|
||||
bin/civclient
|
||||
lib/X11/freeciv/Freeciv
|
||||
lib/X11/freeciv/intro.xpm
|
||||
lib/X11/freeciv/radar.xpm
|
||||
lib/X11/freeciv/tiles.xpm
|
||||
@dirrm lib/X11/freeciv
|
||||
share/freeciv/Freeciv
|
||||
share/freeciv/civ1/buildings.ruleset
|
||||
share/freeciv/civ1/techs.ruleset
|
||||
share/freeciv/civ1/units.ruleset
|
||||
share/freeciv/civ1.serv
|
||||
share/freeciv/default/buildings.ruleset
|
||||
share/freeciv/default/flags.xpm
|
||||
share/freeciv/default/roads.xpm
|
||||
share/freeciv/default/small.xpm
|
||||
share/freeciv/default/space.xpm
|
||||
share/freeciv/default/techs.ruleset
|
||||
share/freeciv/default/tiles.xpm
|
||||
share/freeciv/default/treaty.xpm
|
||||
share/freeciv/default/units.ruleset
|
||||
share/freeciv/default/units.xpm
|
||||
share/freeciv/trident/flags.xpm
|
||||
share/freeciv/trident/roads.xpm
|
||||
share/freeciv/trident/tiles.xpm
|
||||
share/freeciv/trident/units.xpm
|
||||
share/freeciv/earth-80x50.sav
|
||||
share/freeciv/earth-160x90.sav
|
||||
share/freeciv/europe.sav
|
||||
share/freeciv/helpdata.txt
|
||||
share/freeciv/intro.xpm
|
||||
share/freeciv/radar.xpm
|
||||
@dirrm share/freeciv/civ1
|
||||
@dirrm share/freeciv/default
|
||||
@dirrm share/freeciv/trident
|
||||
@dirrm share/freeciv
|
||||
|
Loading…
Reference in New Issue
Block a user