mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
22 lines
476 B
Makefile
22 lines
476 B
Makefile
# Created by: edwin@mavetju.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= einstein
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 7
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://games.flowix.com/files/einstein/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
COMMENT= Remake of old DOS game Sherlock, which was inspired by Albert Einstein's puzzle
|
|
|
|
USE_SDL= sdl ttf mixer
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
NO_STAGE= yes
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|