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
|
2012-02-18 11:18:33 +01:00
|
|
|
PORTREVISION= 7
|
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}
|
|
|
|
|
2013-09-20 19:36:33 +02:00
|
|
|
NO_STAGE= yes
|
2005-01-30 11:53:08 +01:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2007-10-02 23:39:28 +02:00
|
|
|
.include <bsd.port.mk>
|