freebsd-ports/games/tads/Makefile
Kris Kennaway f264333f1b Host distfile locally since it mysteriously disappeared from if-archive,
and mail to the author has gone unanswered.
2006-04-23 21:45:04 +00:00

30 lines
686 B
Makefile

# New ports collection makefile for: tds
# Date created: 17 Jan 2003
# Whom: kris@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= tads
PORTVERSION= 2.5.9
CATEGORIES= games lang
MASTER_SITES= ${MASTER_SITE_LOCAL}
# http://www.ifarchive.org/if-archive/programming/tads2/source/
MASTER_SITE_SUBDIR=kris
DISTNAME= tads23-unix
MAINTAINER= kris@FreeBSD.org
COMMENT= TADS compiler/interpreter for interactive fiction
WRKSRC= ${WRKDIR}/tads-3.0.8/tads2
do-install:
${MKDIR} ${PREFIX}/share/tads2
.for i in tadsc tadsr tdb
${INSTALL_PROGRAM} ${WRKSRC}/$i ${PREFIX}/bin
.endfor
.for i in adv.t std.t gameinfo.t
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/tads2
.endfor
.include <bsd.port.mk>