1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
Edwin Groothuis ce29958bb4 [games/einstein] : compile fix
I tried to install the Einstein game just for the hack of it,
    but it doesn't compile without the attached (trivial) patch.

Submitted by:	Rene Ladan <r.c.ladan@student.tue.nl>
2005-01-31 21:24:15 +00:00

25 lines
541 B
Makefile

# New ports collection makefile for: einstein
# Date created: 30 january 2005
# Whom: edwin@mavetju.org
#
# $FreeBSD$
#
PORTNAME= einstein
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.babichev.info/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
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>