diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-04-05 19:32:45 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-04-05 19:32:45 +0000 |
commit | 7107f92464ea6c2f503ceab8013baf09458aa25c (patch) | |
tree | 849316dde527b78b50d4945a3529686235da0b5a /games | |
parent | Add uclient 0.10.0, a 2D isometric WorldForge game client. (diff) |
Add acorn 0.3, a meta-port for the Worldforge Client uclient.
PR: 26254
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
Notes
Notes:
svn path=/head/; revision=40914
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/acorn/Makefile | 27 | ||||
-rw-r--r-- | games/acorn/pkg-comment | 1 | ||||
-rw-r--r-- | games/acorn/pkg-descr | 4 | ||||
-rw-r--r-- | games/acorn/pkg-plist | 1 |
5 files changed, 34 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index c3b5b61773c9..b5f89b5a61c5 100644 --- a/games/Makefile +++ b/games/Makefile @@ -6,6 +6,7 @@ SUBDIR += HeroesOfMightAndMagic SUBDIR += KnightCap SUBDIR += acm + SUBDIR += acorn SUBDIR += acorn-media SUBDIR += actx SUBDIR += adom diff --git a/games/acorn/Makefile b/games/acorn/Makefile new file mode 100644 index 000000000000..b36dc3bbad7e --- /dev/null +++ b/games/acorn/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: acorn +# Date created: 29 March 2001 +# Whom: Oliver Lehmann <lehmann@ans-netz.de> +# +# $FreeBSD$ +# + +PORTNAME= acorn +PORTVERSION= 0.3 +CATEGORIES= games +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= lehmann@ans-netz.de + +RUN_DEPENDS= ${PREFIX}/include/Atlas:${PORTSDIR}/devel/atlas \ + ${PREFIX}/include/uta:${PORTSDIR}/devel/libuta \ + ${PREFIX}/include/varconf:${PORTSDIR}/devel/varconf \ + ${PREFIX}/share/forge/media:${PORTSDIR}/games/acorn-media \ + ${PREFIX}/bin/uclient:${PORTSDIR}/games/uclient + +EXTRACT_ONLY= # empty +NO_BUILD= yes + +do-install: # empty + +.include <bsd.port.mk> diff --git a/games/acorn/pkg-comment b/games/acorn/pkg-comment new file mode 100644 index 000000000000..16b9d6d0aa2a --- /dev/null +++ b/games/acorn/pkg-comment @@ -0,0 +1 @@ +A meta-port for the Worldforge Client uclient diff --git a/games/acorn/pkg-descr b/games/acorn/pkg-descr new file mode 100644 index 000000000000..fde158f49253 --- /dev/null +++ b/games/acorn/pkg-descr @@ -0,0 +1,4 @@ +The WorldForge Project is developing a complete system for massively +multiplayer online roleplaying games. + +This meta-port installs all required ports. diff --git a/games/acorn/pkg-plist b/games/acorn/pkg-plist new file mode 100644 index 000000000000..549a621fec0c --- /dev/null +++ b/games/acorn/pkg-plist @@ -0,0 +1 @@ +@comment this plist intentionally left empty |