1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/games/einstein/Makefile
Dmitry Marakasov 235c15a80a - Add missing LIB_DEPEND
- Fix build with clang 6
- Regenerate patches
2018-06-24 18:28:00 +00:00

28 lines
658 B
Makefile

# Created by: edwin@mavetju.org
# $FreeBSD$
PORTNAME= einstein
PORTVERSION= 2.0
PORTREVISION= 10
CATEGORIES= games
MASTER_SITES= http://games.flowix.com/files/einstein/ \
http://mirror.amdmi3.ru/distfiles/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Remake of old DOS game Sherlock, which was inspired by Albert Einstein's puzzle
LICENSE= GPLv2+ # (now dead) website mentions GPL
LIB_DEPENDS= libfreetype.so:print/freetype2
USE_SDL= sdl ttf mixer
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
CXXFLAGS+= -Wno-c++11-narrowing
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/einstein
.include <bsd.port.mk>