1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/games/golddig/Makefile
Satoshi Asami f4d6acbc42 And here comes the next round of Makefile updates, for games. Folks,
there are lots of broken stuff and funky Makefiles here.  Please check
your ports, and also put yourself in MAINTAINER so I know who to talk
to.  Thanks....
1995-04-11 00:20:58 +00:00

28 lines
589 B
Makefile

# New ports collection makefile for: golddig
# Version required: 2
# Date created: 20 November 1994
# Whom: jmz
#
# $Id$
#
DISTNAME= golddig2
PKGNAME= golddig-2.0
CATEGORIES+= games
MASTER_SITES= ftp://qiclab.scn.rain.com/pub/games/
EXTRACT_SUFX= .tar.Z
MAINTAINER= jmz@FreeBSD.org
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 -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/lib/golddig
@mkdir -p ${PREFIX}/man/man6
.include <bsd.port.mk>