mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
da6c3af5fc
public distfiles are available, or for which are -devel version with a more recent stable version for long Feature safe: yes
27 lines
524 B
Makefile
27 lines
524 B
Makefile
# Created by: 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>
|