blob: 2fd640798ded9f0b8a1ccf41794ec7f04b3a85fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# New ports collection makefile for: syncterm
# Date created: 3 October 2006
# Whom: shurd
#
# $FreeBSD$
#
PORTNAME= freedink
PORTVERSION= 1.08.${PORTVER}
PORTREVISION= 2
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>
|