openbsd-ports/games/einstein/Makefile

31 lines
686 B
Makefile
Raw Normal View History

2010-11-16 06:23:25 -05:00
# $OpenBSD: Makefile,v 1.4 2010/11/16 11:23:26 espie Exp $
COMMENT = open source remake of old DOS game Sherlock
DISTNAME = einstein-2.0
2010-11-08 10:54:53 -05:00
REVISION = 0
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
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
2010-11-16 06:23:25 -05:00
WANTLIB = c freetype m pthread stdc++ z SDL>=8 SDL_mixer>=3 SDL_ttf>=7
MASTER_SITES = ${HOMEPAGE}files/einstein/
EXTRACT_SUFX = -src.tar.gz
2010-11-16 06:23:25 -05:00
LIB_DEPENDS = devel/sdl \
devel/sdl-mixer \
devel/sdl-ttf
USE_GMAKE = Yes
.include <bsd.port.mk>