Files
ports/games/concentration/Makefile
T
Dmitry Marakasov a83a3cc142 */*: update some WWWs and MASTER_SITES in my ports
Reported by:	repology
2025-06-25 15:31:52 +03:00

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>