aboutsummaryrefslogtreecommitdiff
path: root/games/frobtads/Makefile
blob: 748e0d1c466b0e5346cc2fcd0973a374d0e62879 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Created by: Kai Wang <kaiwang27@gmail.com>
# $FreeBSD$

PORTNAME=	frobtads
PORTVERSION=	1.2.2
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=	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"

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

pre-configure:
	(cd ${WRKSRC}; ${SH} bootstrap)

.include <bsd.port.mk>