opnsense-ports/games/einstein/Makefile
Franco Fichtner 0c17e6e4a1 */*: sync with upstream
Taken from: HardenedBSD
2018-06-25 06:54:26 +02:00

27 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>