1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Upgrade to v1.0r3

Change maintainer to me
initial openbsd support
This commit is contained in:
Warner Losh 1997-12-24 18:42:25 +00:00
parent 7b1c34eeb1
commit c8f9434dbe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9173
2 changed files with 21 additions and 11 deletions

View File

@ -1,19 +1,19 @@
# New ports collection makefile for: socks5
# Version required: beta-0.17.2-exportable
# Version required: v1.0r3
# Date created: 24 Apr 1996
# Whom: pst
#
# $Id: Makefile,v 1.13 1997/08/15 08:32:52 obrien Exp $
# $Id: Makefile,v 1.14 1997/08/28 06:49:06 obrien Exp $
#
DISTNAME= socks5-v1_0r2_tar
PKGNAME= socks5-1.0.2
DISTNAME= socks5-v1.0r3
PKGNAME= socks5-1.0.3
CATEGORIES= net security
MASTER_SITES= ftp://ftp.astec.co.jp/pub/security/socks/ \
ftp://ftp.ualg.pt/Linux/net/proxies/
EXTRACT_SUFX= .gz
EXTRACT_SUFX= .tar.gz
MAINTAINER= ambrisko@ambrisko.roble.com
MAINTAINER= imp@freebsd.org
NO_CDROM= "NEC has a funky license for this software"
RESTRICTED= "no commercial use"
@ -26,9 +26,8 @@ RESTRICTED= "no commercial use"
# --with-syslog-facility=LOG_AUTH \
# --with-passwd
WRKSRC= ${WRKDIR}/socks5-v1.0r2
WRKSRC= ${WRKDIR}/socks5-v1.0r3
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 \
@ -37,7 +36,18 @@ CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \
MAN1= runsocks.1 socks5.1 stopsocks.1 socks5_clients.1
MAN5= libsocks5.conf.5 socks5.conf.5
.include <bsd.port.mk>
# the following need to be included after bsd.port.mk, since OPSYS
# ARCH are defined in bsd.port.mk
.if ${OPSYS} == "FreeBSD"
CONFIGURE_ENV= LIBS=-lcrypt
.endif
# OpenBSD/arc doesn't seem to have a working ldconfig
.if ${OPSYS} != "OpenBSD" || ${ARCH} != "arc"
post-install:
ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>
.endif

View File

@ -1 +1 @@
MD5 (socks5-v1_0r2_tar.gz) = 939a70749080baca5763388b7123953f
MD5 (socks5-v1.0r3.tar.gz) = b7c4f26ee7f63c61db51a492bce037e3