a83a3cc142
Reported by: repology
32 lines
719 B
Makefile
32 lines
719 B
Makefile
PORTNAME= concentration
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 13
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.shiftygames.com/concentration/ \
|
|
https://mirror.amdmi3.ru/distfiles/
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Find all matching pairs of icons as fast as possible
|
|
WWW= http://www.shiftygames.com/concentration/concentration.html
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake localbase sdl
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
USE_SDL= sdl mixer image ttf
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
share/man/man6/${PORTNAME}.6.gz
|
|
PORTDATA= *
|
|
|
|
DESKTOP_ENTRIES="Concentration" \
|
|
"" \
|
|
"${DATADIR}/pics/cover.png" \
|
|
"${PORTNAME}" \
|
|
"Game;LogicGame;" \
|
|
""
|
|
|
|
.include <bsd.port.mk>
|