Tweak games/blinken version 4.14.3
[dports.git] / games / frobtads / Makefile
1 # Created by: Kai Wang <kaiwang27@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       frobtads
5 PORTVERSION=    1.2.3
6 CATEGORIES=     games lang
7 MASTER_SITES=   http://www.tads.org/${PORTNAME}/ \
8                 http://www.ifarchive.org/if-archive/programming/tads3/source/
9
10 MAINTAINER=     kaiwang27@gmail.com
11 COMMENT=        TADS interpreter and the compilers for both TADS 2 and 3
12
13 LIB_DEPENDS=    libcurl.so:ftp/curl
14
15 CONFLICTS=      tads-2.*
16
17 USES=           autoreconf execinfo gmake localbase ncurses
18 GNU_CONFIGURE=  yes
19
20 LIBS+=          -lcompat
21
22 .include <bsd.port.mk>