diff options
author | max <max@FreeBSD.org> | 1997-07-09 09:39:09 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-09 09:39:09 +0000 |
commit | a59a99f7a8cf37c2145cc461f7cd8ef8a4bd5bb6 (patch) | |
tree | 42ad2f75f4031377099bfed6a0f1ed79f01c42b0 /games/freeciv | |
parent | c5365a6ea686842ab9a9d7a82e4b1e6714d2bb6c (diff) | |
download | FreeBSD-ports-a59a99f7a8cf37c2145cc461f7cd8ef8a4bd5bb6.zip FreeBSD-ports-a59a99f7a8cf37c2145cc461f7cd8ef8a4bd5bb6.tar.gz |
New port, freeciv:
A civilisation clone for x; multiplayer
PR: 3914
Submitted by: Ada T Lim <ada@not-enough.bandwidth.org>
Diffstat (limited to 'games/freeciv')
-rw-r--r-- | games/freeciv/Makefile | 26 | ||||
-rw-r--r-- | games/freeciv/distinfo | 1 | ||||
-rw-r--r-- | games/freeciv/pkg-comment | 1 | ||||
-rw-r--r-- | games/freeciv/pkg-descr | 3 | ||||
-rw-r--r-- | games/freeciv/pkg-plist | 7 |
5 files changed, 38 insertions, 0 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile new file mode 100644 index 0000000..7e1b7e0 --- /dev/null +++ b/games/freeciv/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: freeciv +# Version required: 1.0j +# Whom: ada@bsd.org +# Date created: Jun 20 1997 +# +# $Id$ +# + +DISTNAME= freeciv-1.0j +CATEGORIES= games +MASTER_SITES= ftp://ftp.daimi.aau.dk/pub/stud/pjunold/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= ada@bsd.org + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +WRKSRC= ${WRKDIR}/freeciv +USE_IMAKE= yes +NO_INSTALL_MANPAGES= yes + +post-install: + ${MKDIR} ${PREFIX}/share/freeciv + ${INSTALL_DATA} $(WRKSRC)/data/Freeciv $(WRKSRC)/data/*.xpm \ + ${PREFIX}/share/freeciv +.include <bsd.port.mk> diff --git a/games/freeciv/distinfo b/games/freeciv/distinfo new file mode 100644 index 0000000..bd322f1 --- /dev/null +++ b/games/freeciv/distinfo @@ -0,0 +1 @@ +MD5 (freeciv-1.0j.tar.Z) = e2cfceb356e6bec5868cc9f4b3c9bd07 diff --git a/games/freeciv/pkg-comment b/games/freeciv/pkg-comment new file mode 100644 index 0000000..752fd07 --- /dev/null +++ b/games/freeciv/pkg-comment @@ -0,0 +1 @@ +A civilisation clone for x; multiplayer diff --git a/games/freeciv/pkg-descr b/games/freeciv/pkg-descr new file mode 100644 index 0000000..6a8f3e5 --- /dev/null +++ b/games/freeciv/pkg-descr @@ -0,0 +1,3 @@ +This is a multiplayer 'Civilisation(tm)' clone for X windows. +Home page at http://www.daimi.aau.dk/~allan/ + diff --git a/games/freeciv/pkg-plist b/games/freeciv/pkg-plist new file mode 100644 index 0000000..56baedc --- /dev/null +++ b/games/freeciv/pkg-plist @@ -0,0 +1,7 @@ +bin/civserver +bin/civclient +share/freeciv/Freeciv +share/freeciv/intro.xpm +share/freeciv/radar.xpm +share/freeciv/tiles.xpm +@dirrm share/freeciv |