2014-06-18 22:18:11 +02:00
|
|
|
# Created by: Stephen Hurd <shurd@FreeBSD.org>
|
2008-11-25 06:29:28 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= freedink
|
|
|
|
PORTVERSION= 1.08.${PORTVER}
|
2014-09-10 22:50:31 +02:00
|
|
|
PORTREVISION= 1
|
2008-11-25 06:29:28 +01:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= # none
|
|
|
|
DISTFILES= # none
|
|
|
|
EXTRACT_ONLY= # none
|
|
|
|
|
2014-06-18 22:18:11 +02:00
|
|
|
MAINTAINER= shurd@FreeBSD.org
|
2008-11-25 06:29:28 +01:00
|
|
|
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
|
2013-08-15 19:27:07 +02:00
|
|
|
PORTVER= 20121209
|
2008-11-25 06:29:28 +01:00
|
|
|
|
|
|
|
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>
|