blob: c86b5278942b066ddca90171dca28438a38d0e54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Stephen Hurd <shurd@FreeBSD.org>
# $FreeBSD$
PORTNAME= freedink
PORTVERSION= 108.4
CATEGORIES= games
MAINTAINER= shurd@FreeBSD.org
COMMENT= Metaport for FreeDink engine and data
RUN_DEPENDS= freedink-engine>=${PORTVERSION}:games/freedink-engine \
freedink-data>=1.08.20140901:games/freedink-data \
freedink-dfarc>=3.12:games/freedink-dfarc
USES= metaport
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"
.include <bsd.port.mk>
|