freebsd-ports/games/frobtads/Makefile
Pawel Pekala 126bc6e20e FrobTADS is a full version of TADS by Nikos Chantziaras. It includes
everything you need for playing and writing TADS games, including a
text-only TADS interpreter and the compilers for both TADS 2 and 3.

WWW: http://www.tads.org/frobtads.htm

PR:		ports/175853
Submitted by:	Kai Wang <kaiwang27@gmail.com>
2013-02-22 15:15:53 +00:00

30 lines
691 B
Makefile

# Created by: Kai Wang <kaiwang27@gmail.com>
# $FreeBSD$
PORTNAME= frobtads
PORTVERSION= 1.2.2
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= curl:${PORTSDIR}/ftp/curl \
execinfo:${PORTSDIR}/devel/libexecinfo
CONFLICTS= tads-2.*
USE_GMAKE= yes
USE_AUTOTOOLS= automake autoconf
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-lcompat"
MAKE_JOBS_SAFE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
pre-configure:
(cd ${WRKSRC}; ${SH} bootstrap)
.include <bsd.port.mk>