aboutsummaryrefslogtreecommitdiffstats
path: root/games/tads/Makefile
blob: c4db8dcbfb63e90e9c2de4b2739b4f9f078caaaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:    tds
# Date created:     17 Jan 2003
# Whom:         kris@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   tads
PORTVERSION=    2.5.7
CATEGORIES= games lang
MASTER_SITES=   http://www.ifarchive.org/if-archive/programming/tads2/source/
DISTNAME=   tads23-unix

MAINTAINER= kris@FreeBSD.org
COMMENT=    TADS compiler/interpreter for interactive fiction

WRKSRC=     ${WRKDIR}/tads/tads2
MAKEFILE=   makefile

.include <bsd.port.mk>