3fcd0e41de
PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488
23 lines
506 B
Makefile
23 lines
506 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 gmake localbase ncurses
|
|
GNU_CONFIGURE= yes
|
|
|
|
LIBS+= -lcompat
|
|
|
|
.include <bsd.port.mk>
|