summaryrefslogblamecommitdiff
path: root/games/golddig/Makefile
blob: 593a108e5009e465ba67a8f2ee41d41284ba5940 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                               


                                        
           

 

                       
                     
                                                    
                        


                               
                                                   
 
                   

                         

                                                      
                                                                       
                                   

            
                                       

                      
# New ports collection makefile for:    golddig
# Date created:         20 November 1994
# Whom:                 jmz
#
# $FreeBSD$
#

PORTNAME=	golddig
PORTVERSION=	2.0
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

USE_XLIB=	yes
MAN6=		golddig.6

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>