1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/games/seabattle/files/patch-aa
Thomas Gellekum 35acff6856 Import seabattle port. This version comes with sound support.
PR:		4820
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-03-27 12:08:01 +00:00

29 lines
617 B
Plaintext

*** Makefile Tue May 13 17:53:34 1997
--- /home/andy/tmp/wrk/Makefile Mon Jun 30 14:43:45 1997
***************
*** 17,28 ****
#C_OPTS =
#L_OPTS = -lcurses
! #On Linux, uncomment the following
#
! PLATFORM = Linux
! C_OPTS = -O2 -Wall
L_OPTS = -lncurses
-
#For Dos/Windows DJGPP (you need the curses lib)
#PLATFORM = DOS_DJGPP
--- 17,27 ----
#C_OPTS =
#L_OPTS = -lcurses
! #On FreeBSD/Linux, uncomment the following
#
! PLATFORM = FreeBSD/Linux
! C_OPTS = ${CFLAGS} -DPREFIX=\"${PREFIX}\"
L_OPTS = -lncurses
#For Dos/Windows DJGPP (you need the curses lib)
#PLATFORM = DOS_DJGPP