freebsd-ports/games/concentration/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

32 lines
685 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$
PORTNAME= concentration
PORTVERSION= 1.2
PORTREVISION= 11
CATEGORIES= games
MASTER_SITES= http://www.shiftygames.com/concentration/ \
http://mirror.amdmi3.ru/distfiles/
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Find all matching pairs of icons as fast as possible
GNU_CONFIGURE= yes
USES= gmake
USE_SDL= sdl mixer image ttf
CPPFLAGS+= `${SDL_CONFIG} --cflags`
LDFLAGS+= `${SDL_CONFIG} --libs`
PLIST_FILES= bin/${PORTNAME} \
man/man6/${PORTNAME}.6.gz
PORTDATA= *
DESKTOP_ENTRIES="Concentration" \
"${COMMENT}" \
"${DATADIR}/pics/cover.png" \
"${PORTNAME}" \
"Game;LogicGame;" \
""
.include <bsd.port.mk>