2012-10-26 16:57:50 +02:00
|
|
|
# Created by: jmz
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1995-04-11 02:20:58 +02:00
|
|
|
|
2000-04-14 08:53:26 +02:00
|
|
|
PORTNAME= golddig
|
2013-03-02 06:41:16 +01:00
|
|
|
PORTVERSION= 3.1
|
2014-05-26 22:23:16 +02:00
|
|
|
PORTREVISION= 1
|
1996-11-18 12:44:27 +01:00
|
|
|
CATEGORIES= games
|
2013-03-02 06:41:16 +01:00
|
|
|
MASTER_SITES= http://www.NetBSD.org/~chuck/gz/
|
|
|
|
DISTNAME= ${PORTNAME}C${PORTVERSION}
|
1995-03-30 01:58:56 +02:00
|
|
|
|
2014-10-31 17:11:33 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Getting the Gold and Avoiding Death
|
1995-03-30 01:58:56 +02:00
|
|
|
|
2019-11-05 23:16:14 +01:00
|
|
|
USES= xorg
|
2008-03-24 00:03:18 +01:00
|
|
|
USE_XORG= x11
|
2014-05-26 22:23:16 +02:00
|
|
|
MAKE_ENV= X11BASE="${LOCALBASE}" \
|
|
|
|
_STRIPFLAG_INSTALL="${STRIP}"
|
1996-11-18 15:17:24 +01:00
|
|
|
|
2013-03-02 06:41:16 +01:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
1994-11-20 02:30:16 +01:00
|
|
|
|
2014-05-26 22:23:16 +02:00
|
|
|
SCOREFILE= /var/games/golddig.scores
|
|
|
|
|
|
|
|
SUB_FILES= pkg-deinstall pkg-install
|
|
|
|
SUB_LIST= SCOREFILE="${SCOREFILE}"
|
2013-03-02 06:41:16 +01:00
|
|
|
|
|
|
|
DESKTOP_ENTRIES="Gold Digger" "" "" "${PORTNAME}" "" ""
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${GREP} -lR "@PREFIX@" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's|@PREFIX@|${PREFIX}|'
|
1994-11-20 02:30:16 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|