diff options
-rw-r--r-- | games/tads/Makefile | 7 |
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" |