import lincity-ng
LinCity-NG is a City Simulation Game. It is a polished and improved version of the classic LinCity game. from Antti Harri, help by deanna@ ok landry@
This commit is contained in:
parent
a93c2c2b44
commit
cf399290e0
41
games/lincity-ng/Makefile
Normal file
41
games/lincity-ng/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/12/12 18:14:15 simon Exp $
|
||||
|
||||
COMMENT= city simulation game
|
||||
|
||||
DISTNAME= lincity-ng-1.1.2
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
CATEGORIES= games
|
||||
|
||||
HOMEPAGE= http://lincity-ng.berlios.de/wiki/index.php/Main_Page
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_BERLIOS:=lincity-ng/}
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= GL SDL X11 c m pthread stdc++ z
|
||||
|
||||
LIB_DEPENDS= SDL_gfx::devel/sdl-gfx \
|
||||
SDL_image::devel/sdl-image \
|
||||
SDL_mixer::devel/sdl-mixer \
|
||||
SDL_ttf::devel/sdl-ttf \
|
||||
physfs::devel/physfs \
|
||||
xml2::textproc/libxml
|
||||
BUILD_DEPENDS= ::devel/jam
|
||||
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
||||
|
||||
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
LIBS="-pthread"
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && jam
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && jam install install_man
|
||||
|
||||
.include <bsd.port.mk>
|
5
games/lincity-ng/distinfo
Normal file
5
games/lincity-ng/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (lincity-ng-1.1.2.tar.bz2) = O0tnBEIwvatk55duISzdgA==
|
||||
RMD160 (lincity-ng-1.1.2.tar.bz2) = 4s08OrQNIjiiuj/RXroxbaTrOm4=
|
||||
SHA1 (lincity-ng-1.1.2.tar.bz2) = sr1/LgWK2hM7RS2d3dje8PLbuus=
|
||||
SHA256 (lincity-ng-1.1.2.tar.bz2) = bWneThp/K+/vVBaNWimvrx3oWw5j5OcIChK3ZGw0I/I=
|
||||
SIZE (lincity-ng-1.1.2.tar.bz2) = 29567088
|
23
games/lincity-ng/patches/patch-data_gui_allgone_xml
Normal file
23
games/lincity-ng/patches/patch-data_gui_allgone_xml
Normal file
@ -0,0 +1,23 @@
|
||||
$OpenBSD: patch-data_gui_allgone_xml,v 1.1.1.1 2007/12/12 18:14:16 simon Exp $
|
||||
--- data/gui/allgone.xml.orig Tue Dec 11 08:26:30 2007
|
||||
+++ data/gui/allgone.xml Tue Dec 11 08:26:59 2007
|
||||
@@ -32,7 +32,18 @@ WARNING: This file is automatically generated. Do not
|
||||
</cell>
|
||||
</TableLayout>
|
||||
</cell>
|
||||
- <cell row="2" col="1"/>
|
||||
+ <cell row="2" col="1">
|
||||
+ <TableLayout xmlns:xsd="http://www.w3.org/2001/XMLSchema" rows="1" cols="1">
|
||||
+ <cell row="1" col="1">
|
||||
+ <Button name="Ok">
|
||||
+ <text-caption style="dialogbutton" translatable="yes">Ok</text-caption>
|
||||
+ <image src="images/gui/dialogs/yesbutton.png"/>
|
||||
+ <image-hover src="images/gui/dialogs/yesbutton-hover.png"/>
|
||||
+ <image-clicked src="images/gui/dialogs/yesbutton-clicked.png"/>
|
||||
+ </Button>
|
||||
+ </cell>
|
||||
+ </TableLayout>
|
||||
+ </cell>
|
||||
</TableLayout>
|
||||
</contents>
|
||||
</Window>
|
12
games/lincity-ng/patches/patch-mk_jam_install_jam
Normal file
12
games/lincity-ng/patches/patch-mk_jam_install_jam
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-mk_jam_install_jam,v 1.1.1.1 2007/12/12 18:14:16 simon Exp $
|
||||
--- mk/jam/install.jam.orig Wed Nov 14 20:17:09 2007
|
||||
+++ mk/jam/install.jam Wed Nov 14 20:18:07 2007
|
||||
@@ -11,7 +11,7 @@ INSTALL_DATA ?= "$(INSTALL) -m644" ;
|
||||
|
||||
# set some paths
|
||||
appdatadir ?= [ ConcatDirs $(datadir) $(PACKAGE_NAME) ] ;
|
||||
-appdocdir ?= [ ConcatDirs $(datadir) doc $(PACKAGE_NAME)-$(PACKAGE_VERSION) ] ;
|
||||
+appdocdir ?= [ ConcatDirs $(datadir) doc $(PACKAGE_NAME) ] ;
|
||||
appconfdir ?= [ ConcatDirs $(sysconfdir) $(PACKAGE_NAME) ] ;
|
||||
plugindir ?= [ ConcatDirs $(libdir) $(PACKAGE_NAME) ] ;
|
||||
applicationsdir ?= [ ConcatDirs $(datadir) applications ] ;
|
2
games/lincity-ng/pkg/DESCR
Normal file
2
games/lincity-ng/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
LinCity-NG is a City Simulation Game. It is a polished and improved
|
||||
version of the classic LinCity game.
|
1366
games/lincity-ng/pkg/PLIST
Normal file
1366
games/lincity-ng/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user