2001-07-06 19:23:07 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: nylon
|
|
|
|
# Date created: Jun 11, 2001
|
|
|
|
# Whom: William Ward <William.Ward@ericsson.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= nylon
|
2007-02-21 00:00:39 +01:00
|
|
|
PORTVERSION= 1.21
|
2010-07-25 17:39:20 +02:00
|
|
|
PORTREVISION= 5
|
2001-07-06 19:23:07 +02:00
|
|
|
CATEGORIES= net
|
2002-10-23 09:57:30 +02:00
|
|
|
MASTER_SITES= http://monkey.org/~marius/nylon/
|
2001-07-06 19:23:07 +02:00
|
|
|
|
2002-07-12 17:48:47 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A Unix SOCKS 4 and 5 proxy server
|
2001-07-06 19:23:07 +02:00
|
|
|
|
2008-08-19 18:40:17 +02:00
|
|
|
LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
|
2002-10-23 09:57:30 +02:00
|
|
|
|
2005-12-07 13:59:29 +01:00
|
|
|
USE_RC_SUBR= nylon.sh
|
2004-08-11 15:11:56 +02:00
|
|
|
|
2002-07-12 17:48:47 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2002-10-23 09:57:30 +02:00
|
|
|
# Necessary for $PREFIX to work:
|
|
|
|
CONFIGURE_ARGS= --with-libevent=${LOCALBASE}
|
2002-07-12 17:48:47 +02:00
|
|
|
|
|
|
|
MAN1= nylon.1
|
2001-07-06 19:23:07 +02:00
|
|
|
|
2005-12-07 13:59:29 +01:00
|
|
|
PLIST_FILES= bin/nylon etc/nylon.conf.sample
|
2004-08-11 15:11:56 +02:00
|
|
|
|
2002-10-23 09:57:30 +02:00
|
|
|
post-install:
|
2005-07-08 16:35:48 +02:00
|
|
|
${INSTALL_DATA} ${FILESDIR}/nylon.conf ${PREFIX}/etc/nylon.conf.sample
|
2002-10-23 09:57:30 +02:00
|
|
|
|
2001-07-06 19:23:07 +02:00
|
|
|
.include <bsd.port.mk>
|