1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/games/einstein/Makefile
Marcus von Appen 3c5a29be3d - Update graphics/sdl_ttf to version 2.0.10
- Bump portrevisions for all ports depending on graphics/sdl_ttf
- Update Mk/bsd.sdl.mk for the new shared library version.
2010-08-11 06:57:34 +00:00

25 lines
546 B
Makefile

# New ports collection makefile for: einstein
# Date created: 30 january 2005
# Whom: edwin@mavetju.org
#
# $FreeBSD$
#
PORTNAME= einstein
PORTVERSION= 2.0
PORTREVISION= 6
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}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>