1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/games/golddig/Makefile
Martin Wilke 06aa815303 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 23:03:18 +00:00

31 lines
625 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= jmz@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>