2005-11-17 15:45:12 +00:00
|
|
|
# New ports collection makefile for: torrent
|
|
|
|
# Date created: 10 Nov 2005
|
2006-12-21 20:41:33 +00:00
|
|
|
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
2005-11-17 15:45:12 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= torrent
|
|
|
|
PORTVERSION= 0.8.2
|
2010-02-05 11:46:55 +00:00
|
|
|
PORTREVISION= 6
|
2005-11-17 15:45:12 +00:00
|
|
|
CATEGORIES= games
|
2006-12-21 20:41:33 +00:00
|
|
|
MASTER_SITES= http://www.shiftygames.com/torrent/ \
|
2009-07-28 16:34:36 +00:00
|
|
|
http://mirror.amdmi3.ru/distfiles/
|
2005-11-17 15:45:12 +00:00
|
|
|
|
2008-06-19 17:28:24 +00:00
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
2005-11-17 15:45:12 +00:00
|
|
|
COMMENT= Score points without letting the tiles touch the top of the board
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_SDL= sdl mixer image ttf
|
|
|
|
|
|
|
|
CONFIGURE_ENV= LDFLAGS="`${SDL_CONFIG} --libs`" \
|
|
|
|
CPPFLAGS="`${SDL_CONFIG} --cflags`" \
|
|
|
|
SDL_CONFIG="${SDL_CONFIG}"
|
|
|
|
|
|
|
|
MAN6= torrent.6
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@${FIND} -E ${WRKDIR} -type f -iregex ".*\.(c|cpp|h|txt)" -print0 | \
|
|
|
|
${XARGS} -0 ${REINPLACE_CMD} -e 's/[[:cntrl:]]*$$//'
|
|
|
|
|
|
|
|
post-patch:
|
2006-09-20 11:21:59 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|-std=gnu99 ||g' ${WRKSRC}/configure
|
2005-11-17 15:45:12 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|