2013-09-20 19:36:33 +02:00
|
|
|
# Created by: edwin@mavetju.org
|
2005-01-30 11:53:08 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= einstein
|
2005-10-13 00:37:50 +02:00
|
|
|
PORTVERSION= 2.0
|
2014-09-10 22:50:31 +02:00
|
|
|
PORTREVISION= 8
|
2005-01-30 11:53:08 +01:00
|
|
|
CATEGORIES= games
|
2005-10-13 00:37:50 +02:00
|
|
|
MASTER_SITES= http://games.flowix.com/files/einstein/
|
2005-01-30 11:53:08 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
2012-08-02 11:02:43 +02:00
|
|
|
COMMENT= Remake of old DOS game Sherlock, which was inspired by Albert Einstein's puzzle
|
2005-01-30 11:53:08 +01:00
|
|
|
|
2005-10-13 00:37:50 +02:00
|
|
|
USE_SDL= sdl ttf mixer
|
2005-01-30 11:53:08 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2014-05-11 13:49:49 +02:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} \
|
|
|
|
-e "s,@@STAGEDIR@@,${STAGEDIR}," \
|
|
|
|
-e "s,@@PREFIX@@,${PREFIX}," \
|
|
|
|
${WRKSRC}/Makefile
|
|
|
|
|
2005-01-30 11:53:08 +01:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2007-10-02 23:39:28 +02:00
|
|
|
.include <bsd.port.mk>
|