diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-25 05:29:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-25 05:29:28 +0000 |
commit | 6f2f71c7680cfe71b6e59168b3bca51c6fe7e1d1 (patch) | |
tree | 0edfc16397897ca6e2e37dd9d4cb0b03032233ca /games/freedink | |
parent | 811a22c64b764134ccfd626429ca2fe99737eb20 (diff) | |
download | ports-6f2f71c7680cfe71b6e59168b3bca51c6fe7e1d1.tar.gz ports-6f2f71c7680cfe71b6e59168b3bca51c6fe7e1d1.zip |
Dink Smallwood is an adventure/role-playing game, similar to Zelda,
made by RTsoft. Besides twisted humour, it includes the actual game
editor, allowing players to create hundreds of new adventures called
Dink Modules or D-Mods for short.
GNU FreeDink is a new and portable version of the game engine, which
runs the original game as well as its D-Mods, with close
compatibility, under multiple platforms.
This package contains the game engine alone.
PR: ports/127704
Submitted by: Stephen Hurd <shurd@sasktel.net>
Notes
Notes:
svn path=/head/; revision=223352
Diffstat (limited to 'games/freedink')
-rw-r--r-- | games/freedink/Makefile | 33 | ||||
-rw-r--r-- | games/freedink/distinfo | 3 | ||||
-rw-r--r-- | games/freedink/pkg-descr | 10 |
3 files changed, 46 insertions, 0 deletions
diff --git a/games/freedink/Makefile b/games/freedink/Makefile new file mode 100644 index 000000000000..77ff4a04eacf --- /dev/null +++ b/games/freedink/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: syncterm +# Date created: 3 October 2006 +# Whom: shurd +# +# $FreeBSD$ +# + +PORTNAME= freedink +PORTVERSION= 1.08.${PORTVER} +CATEGORIES= games +MASTER_SITES= # none +DISTFILES= # none +EXTRACT_ONLY= # none + +MAINTAINER= shurd@sasktel.net +COMMENT= Metaport for FreeDink engine and data + +RUN_DEPENDS= freedink:${PORTSDIR}/games/freedink-engine \ + freedink-data>0:${PORTSDIR}/games/freedink-data \ + dfarc:${PORTSDIR}/games/freedink-dfarc + +NO_BUILD= yes +PORTVER= 20080920 + +do-install: # empty + +pre-everything:: + @${ECHO_MSG} "This is a meta-port, meaning that it just depends on its subparts of the port." + @${ECHO_MSG} "It won't build and install all the parts until you have typed make install" + @${ECHO_MSG} "This port does not ensure things are upgraded; use portupgrade if you want to" + @${ECHO_MSG} "upgrade FreeDink." + +.include <bsd.port.mk> diff --git a/games/freedink/distinfo b/games/freedink/distinfo new file mode 100644 index 000000000000..c6a9832b748a --- /dev/null +++ b/games/freedink/distinfo @@ -0,0 +1,3 @@ +MD5 (freedink-1.08.20080920.zip) = 86ce05c2c31da54eb5851bb36cc690e2 +SHA256 (freedink-1.08.20080920.zip) = 8a3dc746e22c4902d392af5b4d16829911da583d7f2f47c65307afcaa74d4677 +SIZE (freedink-1.08.20080920.zip) = 1024328 diff --git a/games/freedink/pkg-descr b/games/freedink/pkg-descr new file mode 100644 index 000000000000..e3b8488b737b --- /dev/null +++ b/games/freedink/pkg-descr @@ -0,0 +1,10 @@ +Dink Smallwood is an adventure/role-playing game, similar to Zelda, +made by RTsoft. Besides twisted humour, it includes the actual game +editor, allowing players to create hundreds of new adventures called +Dink Modules or D-Mods for short. + +GNU FreeDink is a new and portable version of the game engine, which +runs the original game as well as its D-Mods, with close +compatibility, under multiple platforms. + +This package contains the game engine alone. |