1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/games/golddig/Makefile
Baptiste Daroussin da6c3af5fc Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available, or for which are -devel version with a more
recent stable version for long

Feature safe:	yes
2012-10-26 14:57:50 +00:00

27 lines
524 B
Makefile

# Created by: jmz
# $FreeBSD$
PORTNAME= golddig
PORTVERSION= 2.0
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ftp://qiclab.scn.rain.com/pub/games/
DISTNAME= golddig2
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Getting the Gold and Avoiding Death
MAN6= golddig.6
USE_XORG= x11
pre-patch:
@(cd ${WRKSRC}; for i in 245 244 246 247; do \
${AWK} '{if (/^#!/) x++} {if(x) print $$0'} $$i| /bin/sh; \
done; ${MV} golddig2/* .)
pre-install:
@${MKDIR} ${PREFIX}/lib/golddig
.include <bsd.port.mk>