aboutsummaryrefslogtreecommitdiffstats
path: root/games/empire
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2000-04-02 09:00:24 +0800
committermharo <mharo@FreeBSD.org>2000-04-02 09:00:24 +0800
commitd6dca242be4c3ffc4cb11bccc8226000d08b8de0 (patch)
tree243714e8b0e8504368d58d81c3c431e9a2ef2533 /games/empire
parentf8facd78314b70d65c255b6702a5c1ddabdd19ea (diff)
downloadfreebsd-ports-gnome-d6dca242be4c3ffc4cb11bccc8226000d08b8de0.tar.gz
freebsd-ports-gnome-d6dca242be4c3ffc4cb11bccc8226000d08b8de0.tar.zst
freebsd-ports-gnome-d6dca242be4c3ffc4cb11bccc8226000d08b8de0.zip
***
games/affenspiel - Support CC properly *** games/battalion - Support PREFIX properly *** games/block - Support CC/CFLAGS properly *** games/blue - Support CC/CFLAGS properly - Add WWW: line into pkg/DESCR New file: patches/patch-aa *** games/bs - Add WWW: line into pkg/DESCR *** games/columns - Support CXXFLAGS properly - Support sdl-config *** games/empire - Exclude GPL doc from package - Add WWW: line into pkg/DESCR *** games/freesweep to 0.87 - Update to version 0.87 *** games/galaxis - Support CC properly - Add WWW: line into pkg/DESCR *** games/garith - Support CC/CFLAGS properly - Support GTK_CONFIG *** games/gemdropx to 0.7 - Update to version 0.7 *** games/gtkballs - Exclude GPL doc from package - Support GTK_CONFIG *** games/icbm3d - Update WWW: line of pkg/DESCR *** games/mirrormagic - Support CC/X11BASE properly *** games/phalanx to 22 - Update to version 22 - Add WWW: line into pkg/DESCR *** games/spellcast - Update MASTER_SITES and WWW: line of pkg/DESCR - Support CFLAGS properly - Exclude GPL doc from package *** games/starlanes - Support CC properly - Exclude GPL doc from package *** games/xdigger to 1.0.10 - Update to version 1.0.10 New file: patches/patch-ad patches/patch-ae *** games/xtron - Support PREFIX properly - Exclude GPL doc from package *** games/xtruco - Support CC/CFLAGS/X11BASE properly *** games/xvier - Support X11BASE properly *** PR: 17741 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'games/empire')
-rw-r--r--games/empire/Makefile26
-rw-r--r--games/empire/pkg-descr18
-rw-r--r--games/empire/pkg-plist1
3 files changed, 24 insertions, 21 deletions
diff --git a/games/empire/Makefile b/games/empire/Makefile
index 4ea1d48fca8d..ec0a5a462648 100644
--- a/games/empire/Makefile
+++ b/games/empire/Makefile
@@ -6,22 +6,24 @@
# $FreeBSD$
#
-DISTNAME= empire
-PKGNAME= empire-1.1
-CATEGORIES= games
-MASTER_SITES= ftp://locke.ccil.org/pub/esr/
+DISTNAME= empire
+PKGNAME= empire-1.1
+CATEGORIES= games
+MASTER_SITES= ftp://locke.ccil.org/pub/esr/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
-WRKSRC= ${WRKDIR}/empire-1.1
-MAN6= empire.6
+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}
+ ${INSTALL_PROGRAM} ${WRKSRC}/empire ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/empire.6 ${PREFIX}/man/man6
+.if !defined(NOPORTDOCS)
+.for file in BUGS READ.ME
+ @${MKDIR} ${PREFIX}/share/doc/empire
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/empire
.endfor
+.endif
.include <bsd.port.mk>
diff --git a/games/empire/pkg-descr b/games/empire/pkg-descr
index 552bd0e949c7..c3a28d2bd941 100644
--- a/games/empire/pkg-descr
+++ b/games/empire/pkg-descr
@@ -1,8 +1,10 @@
- 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.
+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.
+
+WWW: http://www.tuxedo.org/~esr/software.html
diff --git a/games/empire/pkg-plist b/games/empire/pkg-plist
index 6a3ccfa9073d..ae877d0e2a3e 100644
--- a/games/empire/pkg-plist
+++ b/games/empire/pkg-plist
@@ -1,5 +1,4 @@
bin/empire
share/doc/empire/BUGS
-share/doc/empire/COPYING
share/doc/empire/READ.ME
@dirrm share/doc/empire