1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/games/freedink/Makefile
Rene Ladan 3f55f50337 */*: return shurd's ports to the pool ...
... after safekeeping his commit bit.

With hat:	portmgr-secretary
2021-06-07 19:36:24 +02:00

21 lines
594 B
Makefile

# Created by: Stephen Hurd <shurd@FreeBSD.org>
PORTNAME= freedink
PORTVERSION= 108.4
CATEGORIES= games
MAINTAINER= ports@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>