summaryrefslogtreecommitdiff
path: root/games/tads/Makefile
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2003-10-05 22:09:58 +0000
committerdillo <dillo@pkgsrc.org>2003-10-05 22:09:58 +0000
commit05ff2f4f23da1510f1a853c53aa08bee765c6ea4 (patch)
tree8d80c250321b0437b0dfb30ebd52bd90ed9ca236 /games/tads/Makefile
parent2b83b40a13d5687231238f49654c7c057d4de038 (diff)
downloadpkgsrc-05ff2f4f23da1510f1a853c53aa08bee765c6ea4.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/Makefile23
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"