freebsd-ports/games/golddig/Makefile
Jean-Marc Zucconi b30183952a Avoid buffer overflows.
Submitted by:	Niels Heinen <niels.heinen@ubizen.com>
2004-12-02 10:55:58 +00:00

30 lines
625 B
Makefile

# New ports collection makefile for: golddig
# Date created: 20 November 1994
# Whom: jmz
#
# $FreeBSD$
#
PORTNAME= golddig
PORTVERSION= 2.0
PORTREVISION= 1
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>