summaryrefslogtreecommitdiff
path: root/net/slirp/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-04-06 06:52:42 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-04-06 06:52:42 +0000
commit5180b262522eab45dbfb77a756980ca72c879426 (patch)
tree342df0c679fb379ebe3e0b7b99f5564e1154f94f /net/slirp/Makefile
parentAdded gawk. (diff)
The slip-over-a-shell-account stuff people have been talking about from
danjo@freedom.wit.com.
Notes
Notes: svn path=/head/; revision=1296
Diffstat (limited to '')
-rw-r--r--net/slirp/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/slirp/Makefile b/net/slirp/Makefile
new file mode 100644
index 000000000000..d186f11d4d22
--- /dev/null
+++ b/net/slirp/Makefile
@@ -0,0 +1,21 @@
+# Makefile for: slirp
+# Version required: alpha
+# Date created: 05 April 1995
+# Whom: jkh
+#
+# $Id: Makefile,v 1.2 1995/04/01 12:47:57 jkh Exp $
+#
+
+# This is ALPHA software, but I think it's of sufficient interest to enough
+# people to bring it over now. I hope that both patches an go away soon
+# enough.. Yes, I know that it currently produces some weird error messages.
+# They're harmless as far as the operation of slirp is concerned. I also
+# know that the "manpage" is cheesy - it's better than nothing! :-)
+
+DISTNAME= slirp
+MASTER_SITES= ftp://blitzen.canberra.edu.au/pub/slirp/ ftp://freedom.wit.com/misc4/danjo/SLiRP/
+CATEGORIES+= networking
+WRKSRC= ${WRKDIR}/slurp/src
+MAKE_FLAGS= freebsd -f
+
+.include <bsd.port.mk>