1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/games/freedink/Makefile
Martin Wilke 6f2f71c768 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>
2008-11-25 05:29:28 +00:00

34 lines
877 B
Makefile

# 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>