mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
20 lines
373 B
Makefile
20 lines
373 B
Makefile
# New ports collection makefile for: tds
|
|
# Date created: 17 Jan 2003
|
|
# Whom: kris@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tads
|
|
PORTVERSION= 2.5.7
|
|
CATEGORIES= games lang
|
|
MASTER_SITES= http://www.ifarchive.org/if-archive/programming/tads2/source/
|
|
DISTNAME= tads23-unix
|
|
|
|
MAINTAINER= kris@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/tads/tads2
|
|
MAKEFILE= makefile
|
|
|
|
.include <bsd.port.mk>
|