1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/net/nylon/Makefile
Boris Samorodov 730dfb4bd9 A new version is released. From the site:
. nylon 1.21 (2006-07-19) Changes include SOCKS4a and
  tor-resolve (from hondza) as well as a few bugfixes.

Noted by:	"Alexander Kupferthaler" <alexkupferthaler at gmx.de> at freebsd-ports@
2007-02-20 23:00:39 +00:00

34 lines
736 B
Makefile

# ex:ts=8
# New ports collection makefile for: nylon
# Date created: Jun 11, 2001
# Whom: William Ward <William.Ward@ericsson.com>
#
# $FreeBSD$
#
PORTNAME= nylon
PORTVERSION= 1.21
CATEGORIES= net
MASTER_SITES= http://monkey.org/~marius/nylon/
MAINTAINER= ports@FreeBSD.org
COMMENT= A Unix SOCKS 4 and 5 proxy server
LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent
USE_RC_SUBR= nylon.sh
GNU_CONFIGURE= yes
# Necessary for $PREFIX to work:
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-libevent=${LOCALBASE}
MAN1= nylon.1
PLIST_FILES= bin/nylon etc/nylon.conf.sample
post-install:
${INSTALL_DATA} ${FILESDIR}/nylon.conf ${PREFIX}/etc/nylon.conf.sample
.include <bsd.port.mk>