diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-02 01:00:24 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-02 01:00:24 +0000 |
commit | 4aed6f1e6536c2d3be11d0ac7596e10b27791cb5 (patch) | |
tree | 021f61372fc74d69c6dbb086d15d03b8a2cae67e /games/empire | |
parent | 77140e508e938432f22e37e787489915e2d78661 (diff) |
Notes
Diffstat (limited to 'games/empire')
-rw-r--r-- | games/empire/Makefile | 26 | ||||
-rw-r--r-- | games/empire/pkg-descr | 18 | ||||
-rw-r--r-- | games/empire/pkg-plist | 1 |
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 |