summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authordillo <dillo>2004-06-16 12:46:14 +0000
committerdillo <dillo>2004-06-16 12:46:14 +0000
commit49222a8fadd3c3ffeb54adcf4cfe923056b03574 (patch)
treed9bfa27dce310e8604e0ea61cc3c6515ed6ecc1b /games
parent9df3ac54f0c09aef0f6bdc64340d3e23c6789533 (diff)
downloadpkgsrc-49222a8fadd3c3ffeb54adcf4cfe923056b03574.tar.gz
update MASTER_SITE and HOMEPAGE
it uses c and c++
Diffstat (limited to 'games')
-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"