33 lines
681 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2018/10/24 14:28:02 sthen Exp $
COMMENT = open source remake of old DOS game Sherlock
DISTNAME = einstein-2.0
REVISION = 4
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".
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += ${COMPILER_LIBCXX} SDL SDL_mixer SDL_ttf c freetype
WANTLIB += m z
COMPILER = base-clang ports-gcc base-gcc
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
USE_GMAKE = Yes
2017-02-26 22:29:58 +00:00
MAKE_FLAGS = CXX="${CXX}"
.include <bsd.port.mk>