--- nylon/Makefile Sun Jul 14 16:49:54 2002 +++ nylon/Makefile Tue Oct 22 19:15:06 2002 @@ -7,14 +7,27 @@ # PORTNAME= nylon -PORTVERSION= 0.3 +PORTVERSION= 1.0 CATEGORIES= net -MASTER_SITES= http://www.citi.umich.edu/u/marius/ +MASTER_SITES= http://monkey.org/~marius/nylon/ MAINTAINER= ports@FreeBSD.org +BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent + GNU_CONFIGURE= yes +# Necessary for $PREFIX to work: +CONFIGURE_ARGS= --with-libevent=${LOCALBASE} MAN1= nylon.1 + +# Port tries to prefix man page and binary with +# 'i386-portbld-freebsd4.6-', so we better do it ourselves: + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/nylon ${PREFIX}/bin + ${MKDIR} ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/nylon.1 ${PREFIX}/man/man1 + ${INSTALL_DATA} ${FILESDIR}/nylon.conf ${PREFIX}/etc .include --- nylon/distinfo Sun Jul 14 16:49:54 2002 +++ nylon/distinfo Tue Oct 22 19:15:40 2002 @@ -1, +1, @@ -MD5 (nylon-0.3.tar.gz) = a3900e11c7e56b4309197e0fb7681743 +MD5 (nylon-1.0.tar.gz) = 4457467ae589c70b37ccbce76851700d --- nylon/pkg-descr Fri Jul 6 19:23:07 2001 +++ nylon/pkg-descr Tue Oct 22 19:14:03 2002 @@ -1,4 +1,4 @@ nylon is a Unix SOCKS 4 and 5 proxy server. It is compatible with BSD, Solaris, HP-UX and Linux 2.2 & 2.4. -WWW: http://mesh.eecs.umich.edu/projects/nylon/ +WWW: http://monkey.org/~marius/nylon/