freebsd-ports/games/frobtads/Makefile
Antoine Brodin 502f33e6e9 Mark BROKEN: fails to build
tads3/tct3stm.cpp:318:21: error: comparison between pointer and integer ('CTcPrsNode *' and 'int')
    if (create_iter != VM_INVALID_PROP)
        ~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 13:51:46 +00:00

25 lines
531 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
BROKEN= fails to build
LIB_DEPENDS= libcurl.so:ftp/curl
CONFLICTS= tads-2.*
USES= autoreconf gmake localbase ncurses
GNU_CONFIGURE= yes
LIBS+= -lcompat
.include <bsd.port.mk>