freebsd-ports/games/einstein/Makefile
Dmitry Marakasov ea56479451 - Add LICENSE
- Take maintainership
- Add mirror
2016-11-17 16:52:59 +00:00

29 lines
705 B
Makefile

# Created by: edwin@mavetju.org
# $FreeBSD$
PORTNAME= einstein
PORTVERSION= 2.0
PORTREVISION= 10
CATEGORIES= games
MASTER_SITES= http://games.flowix.com/files/einstein/ \
http://mirror.amdmi3.ru/distfiles/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Remake of old DOS game Sherlock, which was inspired by Albert Einstein's puzzle
LICENSE= GPLv2+ # (now dead) website mentions GPL
USE_SDL= sdl ttf mixer
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
post-patch:
@${REINPLACE_CMD} \
-e "s,@@STAGEDIR@@,${STAGEDIR}," \
-e "s,@@PREFIX@@,${PREFIX}," \
${WRKSRC}/Makefile
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/einstein
.include <bsd.port.mk>