aboutsummaryrefslogtreecommitdiff
path: root/games/atris-sounds/Makefile
blob: 9e93350ccdd1c7535599ea7116516a868a7a051b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	games/atris-sounds
# Date created:			9 Aug 2005
# Whom:				Alejandro Pulver <alejandro@varnet.biz>
#
# $FreeBSD$
#

PORTNAME=	atris
PORTVERSION=	1.0.1
CATEGORIES=	games
MASTER_SITES=	http://www.cs.berkeley.edu/~weimer/atris/
PKGNAMESUFFIX=	-sounds
DISTNAME=	${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}

MAINTAINER=	alepulver@FreeBSD.org
COMMENT=	Sounds for Atris: Alizarin Tetris

RUN_DEPENDS=	atris:${PORTSDIR}/games/atris

USE_GMAKE=	yes
USE_REINPLACE=	yes

GNU_CONFIGURE=	yes

post-patch:
# Fix path to ${DATADIR}
	${REINPLACE_CMD} -e 's|\(GAME_INSTALLDIR=\).*|\1"${DATADIR}"|' \
			${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}

.include <bsd.port.mk>