freebsd-ports/games/einstein/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

30 lines
688 B
Makefile

# New ports collection makefile for: einstein
# Date created: 30 january 2005
# Whom: edwin@mavetju.org
#
# $FreeBSD$
#
PORTNAME= einstein
PORTVERSION= 2.0
PORTREVISION= 2
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}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= Einstein requires wstrings which are not available in FreeBSD 4.x
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>