1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/net/socks5/Makefile
1997-08-28 06:49:07 +00:00

44 lines
1.2 KiB
Makefile

# New ports collection makefile for: socks5
# Version required: beta-0.17.2-exportable
# Date created: 24 Apr 1996
# Whom: pst
#
# $Id: Makefile,v 1.13 1997/08/15 08:32:52 obrien Exp $
#
DISTNAME= socks5-v1_0r2_tar
PKGNAME= socks5-1.0.2
CATEGORIES= net security
MASTER_SITES= ftp://ftp.astec.co.jp/pub/security/socks/ \
ftp://ftp.ualg.pt/Linux/net/proxies/
EXTRACT_SUFX= .gz
MAINTAINER= ambrisko@ambrisko.roble.com
NO_CDROM= "NEC has a funky license for this software"
RESTRICTED= "no commercial use"
# 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
WRKSRC= ${WRKDIR}/socks5-v1.0r2
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS=-lcrypt
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}
MAN1= runsocks.1 socks5.1 stopsocks.1 socks5_clients.1
MAN5= libsocks5.conf.5 socks5.conf.5
post-install:
ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>