summaryrefslogtreecommitdiff
path: root/games/tads
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2004-06-16 12:46:14 +0000
committerdillo <dillo@pkgsrc.org>2004-06-16 12:46:14 +0000
commitcea50390e66c82fd06c381558caa3ff36c33fec1 (patch)
treed9bfa27dce310e8604e0ea61cc3c6515ed6ecc1b /games/tads
parent0e3e65e5b29472a0f45b6c46adb06fb56b2121fb (diff)
downloadpkgsrc-cea50390e66c82fd06c381558caa3ff36c33fec1.tar.gz
update MASTER_SITE and HOMEPAGE
it uses c and c++
Diffstat (limited to 'games/tads')
-rw-r--r--games/tads/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/tads/Makefile b/games/tads/Makefile
index 2433bc20562..e9b468ebb16 100644
--- a/games/tads/Makefile
+++ b/games/tads/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.4 2004/04/25 11:48:31 dillo Exp $
+# $NetBSD: Makefile,v 1.5 2004/06/16 12:46:14 dillo Exp $
#
DISTNAME= tads23-unix
PKGNAME= tads-3.0.5
CATEGORIES= games
-MASTER_SITES= http://www.ifarchive.org/if-archive/programming/tads2/source/
+MASTER_SITES= http://www.tads.org/t3dl
MAINTAINER= dillo@NetBSD.org
-HOMEPAGE= http://www.ifarchive.org/if-archive/programming/tads2/source/
+HOMEPAGE= http://www.tads.org/
COMMENT= TADS compiler and interpreter
# for other OSs, enable appropriate Makefile sections
@@ -18,6 +18,7 @@ USE_BUILDLINK3= yes
NO_CONFIGURE= yes
BUILD_DIRS= ${WRKSRC}/tads2 ${WRKSRC}/tads3
MAKEFILE= makefile
+USE_LANGUAGES= c c++
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"