mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to version 1.11
PR: 13965 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
This commit is contained in:
parent
9bd6844b10
commit
eb57f2bce4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22007
@ -6,16 +6,13 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= lincity109
|
||||
PKGNAME= lincity-1.09
|
||||
DISTNAME= lincity-1.11
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/linux/games/
|
||||
EXTRACT_SUFX= -src.tar.gz
|
||||
|
||||
MAINTAINER= proff@iq.org
|
||||
|
||||
USE_XLIB= yes
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= freebsd
|
||||
MAN6= lincity.6
|
||||
MANCOMPRESSED= no
|
||||
|
@ -1 +1 @@
|
||||
MD5 (lincity109-src.tar.gz) = 8a114a31569c4def6c4a2670adb96a64
|
||||
MD5 (lincity-1.11.tar.gz) = fa64ddfe0a6ca95a614843ac2fcd2473
|
||||
|
@ -1,7 +1,7 @@
|
||||
*** Makefile.WAS Tue Oct 28 16:40:56 1997
|
||||
--- Makefile Tue Oct 28 16:40:59 1997
|
||||
*** Makefile.orig Thu Feb 25 23:17:38 1999
|
||||
--- Makefile Sat Sep 25 17:37:29 1999
|
||||
***************
|
||||
*** 1,19 ****
|
||||
*** 1,32 ****
|
||||
# Makefile for LinCity (c) I J Peters 1995,1996.
|
||||
|
||||
# This is where the binaries for LinCity will be placed.
|
||||
@ -21,7 +21,20 @@
|
||||
LC_MANSUF = 6
|
||||
# for solaris you might choose...
|
||||
# LC_LIBDIR = /opt/lcity/man/man6
|
||||
--- 1,19 ----
|
||||
|
||||
|
||||
# CC = egcs
|
||||
! CC = gcc
|
||||
|
||||
! # EXTRA_OPTS = -fomit-frame-pointer -fstrength-reduce -ffast-math
|
||||
# EXTRA_OPTS = -fstrength-reduce -ffast-math
|
||||
WARN_OPTS = -Wall -Wpointer-arith -Wcast-align -Winline
|
||||
# DEBUG_OPTS =-g
|
||||
! CFLAGS = -O2 $(DEBUG_OPTS) $(EXTRA_OPTS) $(WARN_OPTS) -DLIBDIR=\"$(LC_LIBDIR)\"
|
||||
# -fno-strength-reduce
|
||||
# PROFF = -pg
|
||||
# PROFL = -lc
|
||||
--- 1,32 ----
|
||||
# Makefile for LinCity (c) I J Peters 1995,1996.
|
||||
|
||||
# This is where the binaries for LinCity will be placed.
|
||||
@ -41,20 +54,16 @@
|
||||
LC_MANSUF = 6
|
||||
# for solaris you might choose...
|
||||
# LC_LIBDIR = /opt/lcity/man/man6
|
||||
***************
|
||||
*** 23,29 ****
|
||||
EXTRA_OPTS = -fstrength-reduce -ffast-math
|
||||
|
||||
|
||||
# CC = egcs
|
||||
! # CC = gcc
|
||||
|
||||
! EXTRA_OPTS = -fomit-frame-pointer -fstrength-reduce -ffast-math
|
||||
# EXTRA_OPTS = -fstrength-reduce -ffast-math
|
||||
WARN_OPTS = -Wall -Wpointer-arith -Wcast-align -Winline
|
||||
# DEBUG_OPTS =-g
|
||||
! CFLAGS = -O2 $(DEBUG_OPTS) $(EXTRA_OPTS) $(WARN_OPTS) -DLIBDIR=\"$(LC_LIBDIR)\"
|
||||
# -fno-strength-reduce
|
||||
# PROFF = -pg
|
||||
# PROFL = -lc
|
||||
--- 23,29 ----
|
||||
EXTRA_OPTS = -fstrength-reduce -ffast-math
|
||||
WARN_OPTS = -Wall -Wpointer-arith -Wcast-align -Winline
|
||||
# DEBUG_OPTS =-g
|
||||
! CFLAGS = -O2 $(DEBUG_OPTS) $(EXTRA_OPTS) $(WARN_OPTS) -DLIBDIR=\"$(LC_LIBDIR)\" -I${X11BASE}/include
|
||||
! CFLAGS += $(EXTRA_OPTS) -DLIBDIR=\"$(LC_LIBDIR)\" -I${X11BASE}/include
|
||||
# -fno-strength-reduce
|
||||
# PROFF = -pg
|
||||
# PROFL = -lc
|
||||
|
@ -368,6 +368,7 @@ lib/lincity/icons/tover1-on.csi
|
||||
lib/lincity/icons/tover2-off.csi
|
||||
lib/lincity/icons/tover2-on.csi
|
||||
lib/lincity/icons/green.csi
|
||||
lib/lincity/help/ask-dir.hlp
|
||||
lib/lincity/help/msb-power.hlp
|
||||
lib/lincity/help/index.hlp
|
||||
lib/lincity/help/pause.hlp
|
||||
@ -503,6 +504,8 @@ lib/lincity/messages/windmillup.mes
|
||||
lib/lincity/opening/bad_times.scn
|
||||
lib/lincity/opening/text2
|
||||
lib/lincity/opening/alt-8x8
|
||||
lib/lincity/opening/winfont_16x16.fnt
|
||||
lib/lincity/opening/winfont_8x8.fnt
|
||||
lib/lincity/opening/text1
|
||||
lib/lincity/opening/do_image
|
||||
lib/lincity/opening/8x8thin
|
||||
|
Loading…
Reference in New Issue
Block a user