diff options
author | dillo <dillo> | 2003-10-05 22:09:58 +0000 |
---|---|---|
committer | dillo <dillo> | 2003-10-05 22:09:58 +0000 |
commit | 9582bb9c75fb453c2208177b155b5a8db4ecfa5c (patch) | |
tree | 8d80c250321b0437b0dfb30ebd52bd90ed9ca236 /games/tads/Makefile | |
parent | 978a288490eb5cb1a9cf93217b1b029e066ea596 (diff) | |
download | pkgsrc-9582bb9c75fb453c2208177b155b5a8db4ecfa5c.tar.gz |
Initial import of tads 3.0.5, a compiler and interpreter for
interactive fiction.
Diffstat (limited to 'games/tads/Makefile')
-rw-r--r-- | games/tads/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/games/tads/Makefile b/games/tads/Makefile new file mode 100644 index 00000000000..ad3c7469867 --- /dev/null +++ b/games/tads/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/10/05 22:09:58 dillo Exp $ +# + +DISTNAME= tads23-unix +PKGNAME= tads-3.0.5 +WRKSRC= ${WRKDIR}/tads +CATEGORIES= games +MASTER_SITES= http://www.ifarchive.org/if-archive/programming/tads2/source/ + +MAINTAINER= dillo@giga.or.at +HOMEPAGE= http://www.ifarchive.org/if-archive/programming/tads2/source/ +COMMENT= TADS compiler and interpreter + +# for other OSs, enable appropriate Makefile sections +ONLY_FOR_PLATFORM= NetBSD-*-* + +USE_BUILDLINK2= yes +NO_CONFIGURE= yes +BUILD_DIRS= ${WRKSRC}/tads2 ${WRKSRC}/tads3 +MAKEFILE= makefile + +.include "../../devel/ncurses/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |