mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
03828b46d7
tads3/vmtz.cpp:1987:30: error: ordered comparison between pointer and zero ('vmtz_trans *' and 'int') result->set(tcur > 0 ? tcur - 1 : tcur); ~~~~ ^ ~ PR: 216357 Reported by: antoine (via exp-run) Submitted by: kaiwang27@gmail.com (maintainer)
24 lines
515 B
Makefile
24 lines
515 B
Makefile
# Created by: Kai Wang <kaiwang27@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= frobtads
|
|
PORTVERSION= 1.2.3
|
|
PORTREVISION= 1
|
|
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>
|