summaryrefslogtreecommitdiff
path: root/games/frobtads/Makefile
blob: 454eaaef1b843e53d5b4b382c6c14aff741268cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Kai Wang <kaiwang27@gmail.com>
# $FreeBSD$

PORTNAME=	frobtads
PORTVERSION=	1.2.3
CATEGORIES=	games lang
MASTER_SITES=	http://www.tads.org/${PORTNAME}/ \
		http://www.ifarchive.org/if-archive/programming/tads3/source/

MAINTAINER=	kaiwang27@gmail.com
COMMENT=	TADS interpreter and the compilers for both TADS 2 and 3

LIB_DEPENDS=	libcurl.so:ftp/curl

CONFLICTS=	tads-2.*

USES=		autoreconf execinfo gmake localbase ncurses
GNU_CONFIGURE=	yes

LIBS+=		-lcompat

.include <bsd.port.mk>