2005-11-11 15:16:58 +01:00
|
|
|
# New ports collection makefile for: concentration
|
|
|
|
# Date created: 10 Nov 2005
|
2006-12-21 21:41:33 +01:00
|
|
|
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
2005-11-11 15:16:58 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= concentration
|
|
|
|
PORTVERSION= 1.2
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 10
|
2005-11-11 15:16:58 +01:00
|
|
|
CATEGORIES= games
|
2006-12-21 21:41:33 +01:00
|
|
|
MASTER_SITES= http://www.shiftygames.com/concentration/ \
|
2009-07-28 18:34:36 +02:00
|
|
|
http://mirror.amdmi3.ru/distfiles/
|
2005-11-11 15:16:58 +01:00
|
|
|
|
2008-06-19 19:28:24 +02:00
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
2005-11-11 15:16:58 +01:00
|
|
|
COMMENT= Find all matching pairs of icons as fast as possible
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_SDL= sdl mixer image ttf
|
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= `${SDL_CONFIG} --cflags`
|
|
|
|
LDFLAGS+= `${SDL_CONFIG} --libs`
|
2005-11-11 15:16:58 +01:00
|
|
|
|
|
|
|
MAN6= concentration.6
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-std=gnu99 ||g' ${WRKSRC}/configure
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|