summaryrefslogtreecommitdiff
path: root/net/tintin++
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-11-15 01:29:32 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-11-15 01:29:32 +0000
commit0ab6308e61bcfcf570e1fecdb8ffdc3732eaecff (patch)
treee6c9158b1a76386a32bcb5a646d66ae2a164c46e /net/tintin++
parentRemove the `iv' port until someone fixes it up (diff)
MUD client
Notes
Notes: svn path=/head/; revision=378
Diffstat (limited to 'net/tintin++')
-rw-r--r--net/tintin++/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile
new file mode 100644
index 000000000000..6e1d432a2de2
--- /dev/null
+++ b/net/tintin++/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: tintin++
+# Version required: 1.5pl6
+# Date created: 15 Nov 1994
+# Whom: ache
+#
+# $Id: Makefile,v 1.1.1.1 1994/11/07 17:29:02 ache Exp $
+#
+
+DISTNAME= tintin++v1.5pl6
+EXTRACT_SUFX= .tar.Z
+MASTER_SITES= ftp://princeton.edu/pub/tintin++/dist/
+WRKSRC= ${WRKDIR}/tintin++/src
+GNU_CONFIGURE= YES
+
+.include <bsd.port.mk>