2013-02-22 16:15:53 +01:00
|
|
|
# Created by: Kai Wang <kaiwang27@gmail.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= frobtads
|
2015-12-13 19:23:06 +01:00
|
|
|
PORTVERSION= 1.2.3
|
2017-02-01 06:26:09 +01:00
|
|
|
PORTREVISION= 1
|
2013-02-22 16:15:53 +01:00
|
|
|
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
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl
|
2013-02-22 16:15:53 +01:00
|
|
|
|
|
|
|
CONFLICTS= tads-2.*
|
|
|
|
|
2017-09-22 12:48:28 +02:00
|
|
|
USES= autoreconf gmake localbase ncurses
|
2013-02-22 16:15:53 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2015-12-13 19:23:06 +01:00
|
|
|
LIBS+= -lcompat
|
2013-02-22 16:15:53 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|