freebsd-ports/games/golddig/Makefile
Mark Linimon a34ad4f459 Reset jmz@FreeBSD.org due to no response to email about maintainer-timeout,
and no commit activity for 3 months.

Hat:	portmgr
2008-11-29 00:11:56 +00:00

30 lines
627 B
Makefile

# New ports collection makefile for: golddig
# Date created: 20 November 1994
# Whom: 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>