2013-06-16 21:01:33 +02:00
|
|
|
# Created by: 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
|
2013-10-16 15:00:35 +02:00
|
|
|
USES= gmake
|
2005-11-11 15:16:58 +01:00
|
|
|
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
|
|
|
|
2013-10-16 15:00:35 +02:00
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
|
|
man/man6/${PORTNAME}.6.gz
|
|
|
|
PORTDATA= *
|
|
|
|
|
|
|
|
DESKTOP_ENTRIES="Concentration" \
|
|
|
|
"${COMMENT}" \
|
|
|
|
"${DATADIR}/pics/cover.png" \
|
|
|
|
"${PORTNAME}" \
|
|
|
|
"Game;LogicGame;" \
|
|
|
|
""
|
2005-11-11 15:16:58 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|