1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/games/atris-sounds/Makefile
Pav Lucistnik 8455f0e841 Alizarin Tetris is a Tetris-like game with a twist for Unix, Win32 and BeOS
systems. It includes multi-player support, user-extensible color, shape and
sound styles, can use TCP/IP networking and features a few different AI
opponents. It was written using the SDL Library.

PR:		ports/83202, ports/83207
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-07-13 14:07:41 +00:00

31 lines
685 B
Makefile

# 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= alejandro@varnet.biz
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>