2001-07-06 17:23:07 +00: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-20 23:00:39 +00:00
|
|
|
PORTVERSION= 1.21
|
2008-01-02 23:43:03 +00:00
|
|
|
PORTREVISION= 3
|
2001-07-06 17:23:07 +00:00
|
|
|
CATEGORIES= net
|
2002-10-23 07:57:30 +00:00
|
|
|
MASTER_SITES= http://monkey.org/~marius/nylon/
|
2001-07-06 17:23:07 +00:00
|
|
|
|
2002-07-12 15:48:47 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= A Unix SOCKS 4 and 5 proxy server
|
2001-07-06 17:23:07 +00:00
|
|
|
|
2008-01-02 23:43:03 +00:00
|
|
|
LIB_DEPENDS= event-1.3e:${PORTSDIR}/devel/libevent
|
2002-10-23 07:57:30 +00:00
|
|
|
|
2005-12-07 12:59:29 +00:00
|
|
|
USE_RC_SUBR= nylon.sh
|
2004-08-11 13:11:56 +00:00
|
|
|
|
2002-07-12 15:48:47 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2002-10-23 07:57:30 +00:00
|
|
|
# Necessary for $PREFIX to work:
|
2005-04-12 03:26:56 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2002-10-23 07:57:30 +00:00
|
|
|
CONFIGURE_ARGS= --with-libevent=${LOCALBASE}
|
2002-07-12 15:48:47 +00:00
|
|
|
|
|
|
|
MAN1= nylon.1
|
2001-07-06 17:23:07 +00:00
|
|
|
|
2005-12-07 12:59:29 +00:00
|
|
|
PLIST_FILES= bin/nylon etc/nylon.conf.sample
|
2004-08-11 13:11:56 +00:00
|
|
|
|
2002-10-23 07:57:30 +00:00
|
|
|
post-install:
|
2005-07-08 14:35:48 +00:00
|
|
|
${INSTALL_DATA} ${FILESDIR}/nylon.conf ${PREFIX}/etc/nylon.conf.sample
|
2002-10-23 07:57:30 +00:00
|
|
|
|
2001-07-06 17:23:07 +00:00
|
|
|
.include <bsd.port.mk>
|