1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/games/einstein/Makefile
Dmitry Marakasov c801b56286 - Fix build on DragonFly
- Strip binary
2015-04-01 14:10:44 +00:00

27 lines
612 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/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= edwin@mavetju.org
COMMENT= Remake of old DOS game Sherlock, which was inspired by Albert Einstein's puzzle
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>