/russian/gd/

href='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/games/einstein/Makefile
blob: 638852fcfbd439e8a318d37e6a0b21abddcf3734 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>