e34e06b092
nylon is a proxy server which currently supports SOCKS version 4 and 5 as well as a mirror mode which allows nylon to mirror services. WWW: http://monkey.org/~marius/nylon/ from Marius Eriksen <marius@monkey.org>
22 lines
425 B
Makefile
22 lines
425 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/06/14 21:07:10 sturm Exp $
|
|
|
|
COMMENT= "lightweight SOCKS 4 and SOCKS 5 proxy"
|
|
DISTNAME= nylon-1.2
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://monkey.org/~marius/nylon/
|
|
|
|
MAINTAINER= Marius Eriksen <marius@monkey.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|