diff options
Diffstat (limited to 'net/slirp/Makefile')
-rw-r--r-- | net/slirp/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/net/slirp/Makefile b/net/slirp/Makefile deleted file mode 100644 index f3cbf1c48909..000000000000 --- a/net/slirp/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Makefile for: slirp -# Version required: 0.9alpha -# Date created: 05 April 1995 -# Whom: jkh -# -# $Id: Makefile,v 1.1.1.1 1995/04/06 06:52:41 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 -PKGNAME= slirp-0.9a -CATEGORIES+= networking -MASTER_SITES= ftp://blitzen.canberra.edu.au/pub/slirp/ \ - ftp://freedom.wit.com/misc4/danjo/SLiRP/ - -WRKSRC= ${WRKDIR}/slurp/src -MAKE_FLAGS= freebsd -f - -.include <bsd.port.mk> |