1996-04-24 07:09:41 +02:00
# New ports collection makefile for: socks5
# Date created: 24 Apr 1996
# Whom: pst
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
1996-04-24 07:09:41 +02:00
#
2000-04-09 20:14:07 +02:00
PORTNAME = socks5
2000-08-30 21:43:28 +02:00
PORTVERSION = 1.0.11
2000-10-10 07:27:14 +02:00
PORTREVISION = 1
1996-11-18 12:44:27 +01:00
CATEGORIES = net security
2000-08-30 21:43:28 +02:00
DISTNAME = socks5-v1.0r11
1996-04-24 07:09:41 +02:00
2001-01-03 23:38:34 +01:00
MAINTAINER = ports@freebsd.org
1996-04-24 20:31:23 +02:00
1996-12-08 10:48:59 +01:00
NO_CDROM = "NEC has a funky license for this software"
RESTRICTED = "no commercial use"
1996-04-24 07:09:41 +02:00
# here are some extra configure args you may wish to use
# see the readme file before screwing with them
#
#EXTRA_CONFIGURE_ARGS= \
# --with-default-server=socks.mydomain.com \
# --with-syslog-facility=LOG_AUTH \
# --with-passwd
1998-07-12 23:26:50 +02:00
WRKSRC = ${ WRKDIR } /${ DISTNAME }
2000-06-16 23:52:40 +02:00
INSTALLS_SHLIB = yes
1996-04-24 07:09:41 +02:00
GNU_CONFIGURE = yes
CONFIGURE_ARGS = --with-libconffile= ${ PREFIX } /etc/libsocks5.conf \
--with-srvconffile= ${ PREFIX } /etc/socks5.conf \
--with-srvpidfile= /var/run/socks5.pid \
--with-srvidtfile= /var/run/socks5.ident \
${ EXTRA_CONFIGURE_ARGS }
1997-08-28 08:49:07 +02:00
MAN1 = runsocks.1 socks5.1 stopsocks.1 socks5_clients.1
1996-11-18 15:17:24 +01:00
MAN5 = libsocks5.conf.5 socks5.conf.5
2001-04-20 20:39:54 +02:00
CONFIGURE_ENV = LIBS = -lcrypt
. i n c l u d e < b s d . p o r t . p r e . m k >
1996-04-24 07:09:41 +02:00
2001-03-19 20:14:32 +01:00
. i f ! e x i s t s ( $ { D I S T D I R } / $ { D I S T N A M E } $ { E X T R A C T _ S U F X } )
2001-04-20 20:39:54 +02:00
IGNORE = " NEC requires that you grab the dist files from their web site at http://www.socks.nec.com/cgi-bin/download.pl . Please make sure you have ${ DISTNAME } ${ EXTRACT_SUFX } in ${ DISTDIR } and run make again "
2001-03-19 20:14:32 +01:00
. e n d i f
1998-07-12 23:26:50 +02:00
2001-04-20 20:39:54 +02:00
. i n c l u d e < b s d . p o r t . p o s t . m k >