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-engine | |
parent | 811a22c64b764134ccfd626429ca2fe99737eb20 (diff) | |
download | ports-6f2f71c7680cfe71b6e59168b3bca51c6fe7e1d1.tar.gz ports-6f2f71c7680cfe71b6e59168b3bca51c6fe7e1d1.zip |
Notes
Diffstat (limited to 'games/freedink-engine')
-rw-r--r-- | games/freedink-engine/Makefile | 39 | ||||
-rw-r--r-- | games/freedink-engine/distinfo | 3 | ||||
-rw-r--r-- | games/freedink-engine/pkg-descr | 10 | ||||
-rw-r--r-- | games/freedink-engine/pkg-plist | 12 |
4 files changed, 64 insertions, 0 deletions
diff --git a/games/freedink-engine/Makefile b/games/freedink-engine/Makefile new file mode 100644 index 000000000000..dc895ab2c8c4 --- /dev/null +++ b/games/freedink-engine/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: syncterm +# Date created: 3 October 2006 +# Whom: shurd +# +# $FreeBSD$ +# + +PORTNAME= freedink +PORTVERSION= 1.08.${PORTVER} +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= freedink +PKGNAMESUFFIX= -engine + +MAINTAINER= shurd@sasktel.net +COMMENT= Dink Smallwood RPG and RPG Construction Set + +LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ + +USE_GMAKE= yes +USE_SDL= sdl gfx ttf image mixer +GNU_CONFIGURE= yes +PORTVER= 20080920 +CONFIGURE_ARGS= --disable-static --disable-upx + +MAN6= freedink.6 freedinkedit.6 dink.6 dinkedit.6 + +OPTIONS= EMBEDDED "Enable Embedded Resources" on + +.include <bsd.port.pre.mk> + +.ifdef WITHOUT_EMBEDDED +CONFIGURE_ARGS+= --enable-embedded-resources +LIB_DEPENDS+= libzip.0:${PORTSDIR}/archivers/libzip +.else +CONFIGURE_ARGS+= --disable-embedded-resources +.endif + +.include <bsd.port.post.mk> diff --git a/games/freedink-engine/distinfo b/games/freedink-engine/distinfo new file mode 100644 index 000000000000..cbafc0840c8c --- /dev/null +++ b/games/freedink-engine/distinfo @@ -0,0 +1,3 @@ +MD5 (freedink-1.08.20080920.tar.gz) = 0e7a2a5af1c2e3498c7179e6cad02de9 +SHA256 (freedink-1.08.20080920.tar.gz) = deda4e5b992c514b6ccde3bfbff98880c28c6d91dfc67ca50ee0d0fa77d8bea8 +SIZE (freedink-1.08.20080920.tar.gz) = 785661 diff --git a/games/freedink-engine/pkg-descr b/games/freedink-engine/pkg-descr new file mode 100644 index 000000000000..e3b8488b737b --- /dev/null +++ b/games/freedink-engine/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. diff --git a/games/freedink-engine/pkg-plist b/games/freedink-engine/pkg-plist new file mode 100644 index 000000000000..27a112eae0b1 --- /dev/null +++ b/games/freedink-engine/pkg-plist @@ -0,0 +1,12 @@ +bin/dink +bin/dinkedit +bin/freedink +bin/freedinkedit +share/applications/freedink.desktop +share/applications/freedinkedit.desktop +%%DATADIR%%/LiberationSans-Regular.ttf +%%DATADIR%%/jump.wav +%%DATADIR%%/stop.wav +share/pixmaps/freedink.png +@dirrmtry %%DATADIR%% +@dirrmtry share/applications |