2005-07-13 16:07:41 +02:00
|
|
|
# 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
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2005-07-13 16:07:41 +02:00
|
|
|
CATEGORIES= games
|
2009-02-06 19:47:24 +01:00
|
|
|
MASTER_SITES= http://www.wkiri.com/projects/atris/
|
2005-07-13 16:07:41 +02:00
|
|
|
PKGNAMESUFFIX= -sounds
|
|
|
|
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
|
|
|
|
|
2006-04-09 15:08:16 +02:00
|
|
|
MAINTAINER= alepulver@FreeBSD.org
|
2005-07-13 16:07:41 +02:00
|
|
|
COMMENT= Sounds for Atris: Alizarin Tetris
|
|
|
|
|
|
|
|
RUN_DEPENDS= atris:${PORTSDIR}/games/atris
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2009-02-06 19:47:24 +01:00
|
|
|
NO_WRKSUBDIR= yes
|
2005-07-13 16:07:41 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
# Fix path to ${DATADIR}
|
|
|
|
${REINPLACE_CMD} -e 's|\(GAME_INSTALLDIR=\).*|\1"${DATADIR}"|' \
|
|
|
|
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|