Index: head/games/empire/Makefile =================================================================== --- head/games/empire/Makefile (nonexistent) +++ head/games/empire/Makefile (revision 7097) @@ -0,0 +1,27 @@ +# New ports collection makefile for: empire +# Version required: 1.1 +# Date created: 13 May 1997 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= empire +PKGNAME= empire-1.1 +CATEGORIES= games +MASTER_SITES= ftp://locke.ccil.org/pub/esr/ + +MAINTAINER= andy@icc.surw.chel.su + +WRKSRC= ${WRKDIR}/empire-1.1 +MAN6= empire.6 + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/empire ${PREFIX}/bin/empire + @ ${INSTALL_MAN} ${WRKSRC}/empire.6 ${PREFIX}/man/man6 + @ ${MKDIR} ${PREFIX}/share/doc/empire +.for file in BUGS COPYING READ.ME + @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/empire/${file} +.endfor + +.include Property changes on: head/games/empire/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/games/empire/distinfo =================================================================== --- head/games/empire/distinfo (nonexistent) +++ head/games/empire/distinfo (revision 7097) @@ -0,0 +1 @@ +MD5 (empire.tar.gz) = ab4ef2b7403f184979a5ee164cd90069 Property changes on: head/games/empire/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/games/empire/files/patch-aa =================================================================== --- head/games/empire/files/patch-aa (nonexistent) +++ head/games/empire/files/patch-aa (revision 7097) @@ -0,0 +1,56 @@ +*** ../empire-1.1.orig/Makefile Fri Jun 28 06:27:39 1996 +--- Makefile Fri Jun 27 02:31:13 1997 +*************** +*** 14,25 **** + # Change the line below for your system. If you are on a Sun or Vax, + # you may want BSD. + +! #SYS = BSD +! SYS = SYSV + + # Use -g to compile the program for debugging. + +! DEBUG = -g -DDEBUG + #DEBUG = -O + + # Use -p to profile the program. +--- 14,25 ---- + # Change the line below for your system. If you are on a Sun or Vax, + # you may want BSD. + +! SYS = BSD +! #SYS = SYSV + + # Use -g to compile the program for debugging. + +! #DEBUG = -g -DDEBUG + #DEBUG = -O + + # Use -p to profile the program. +*************** +*** 28,39 **** + + # Define all necessary libraries. 'curses' is necessary. 'termcap' + # is needed on BSD systems. +! LIBS = -lncurses +! #LIBS = -lcurses -ltermcap + + # You shouldn't have to modify anything below this line. + +! CFLAGS = $(DEBUG) $(PROFILE) -D$(SYS) + + FILES = \ + attack.c \ +--- 28,39 ---- + + # Define all necessary libraries. 'curses' is necessary. 'termcap' + # is needed on BSD systems. +! #LIBS = -lncurses +! LIBS = -lcurses + + # You shouldn't have to modify anything below this line. + +! CFLAGS+= $(DEBUG) $(PROFILE) -D$(SYS) + + FILES = \ + attack.c \ Property changes on: head/games/empire/files/patch-aa ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/games/empire/pkg-comment =================================================================== --- head/games/empire/pkg-comment (nonexistent) +++ head/games/empire/pkg-comment (revision 7097) @@ -0,0 +1 @@ +Solitaire empire game `VMS Empire' Property changes on: head/games/empire/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/games/empire/pkg-descr =================================================================== --- head/games/empire/pkg-descr (nonexistent) +++ head/games/empire/pkg-descr (revision 7097) @@ -0,0 +1,8 @@ + Apparently, this game was originally written outside of Digital, + probably at a university. The game was ported to DEC's VAX/VMS + from the TOPS-10/20 FORTRAN sources available around fall 1979. + Ed James got hold of the sources at Berkeley and converted + portions of the code to C, mostly to use curses for the screen + handling. He published his modified sources on the net in + December 1986. Because this game ran on VMS machines for so + long, a previous version is known as VMS Empire. Property changes on: head/games/empire/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/games/empire/pkg-plist =================================================================== --- head/games/empire/pkg-plist (nonexistent) +++ head/games/empire/pkg-plist (revision 7097) @@ -0,0 +1,5 @@ +bin/empire +man/man6/empire.6.gz +share/doc/empire/BUGS +share/doc/empire/COPYING +share/doc/empire/READ.ME Property changes on: head/games/empire/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property