mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
c98cfd116d
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
30 lines
653 B
Makefile
30 lines
653 B
Makefile
# New ports collection makefile for: golddig
|
|
# Version required: 2
|
|
# Date created: 20 November 1994
|
|
# Whom: jmz
|
|
#
|
|
# $Id: Makefile,v 1.5 1996/11/18 11:24:32 asami Exp $
|
|
#
|
|
|
|
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
|
|
|
|
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 -p ${PREFIX}/bin
|
|
@mkdir -p ${PREFIX}/lib/golddig
|
|
@mkdir -p ${PREFIX}/man/man6
|
|
|
|
.include <bsd.port.mk>
|