2009-04-03 17:56:41 +00:00
|
|
|
COMMENT = open source remake of old DOS game Sherlock
|
|
|
|
|
|
|
|
DISTNAME = einstein-2.0
|
2018-11-28 22:11:24 +00:00
|
|
|
REVISION = 5
|
2009-04-03 17:56:41 +00:00
|
|
|
|
|
|
|
CATEGORIES = games
|
|
|
|
|
|
|
|
HOMEPAGE = http://games.flowix.com/
|
|
|
|
|
|
|
|
# No license information in distfile. Homepage states that
|
|
|
|
# "you can download game for free under GPL license terms".
|
2019-07-12 20:45:45 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2009-04-03 17:56:41 +00:00
|
|
|
|
2018-04-11 12:21:47 +00:00
|
|
|
WANTLIB += ${COMPILER_LIBCXX} SDL SDL_mixer SDL_ttf c freetype
|
|
|
|
WANTLIB += m z
|
2009-04-03 17:56:41 +00:00
|
|
|
|
2018-10-24 14:27:57 +00:00
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
|
2009-04-03 17:56:41 +00:00
|
|
|
MASTER_SITES = ${HOMEPAGE}files/einstein/
|
|
|
|
EXTRACT_SUFX = -src.tar.gz
|
|
|
|
|
2010-11-16 11:23:25 +00:00
|
|
|
LIB_DEPENDS = devel/sdl \
|
|
|
|
devel/sdl-mixer \
|
|
|
|
devel/sdl-ttf
|
2009-04-03 17:56:41 +00:00
|
|
|
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
|
2017-02-26 22:29:58 +00:00
|
|
|
MAKE_FLAGS = CXX="${CXX}"
|
|
|
|
|
2009-04-03 17:56:41 +00:00
|
|
|
.include <bsd.port.mk>
|