pkgsrc/net/vtun/Makefile

23 lines
544 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 2000/06/16 12:54:25 tron Exp $
#
DISTNAME= vtun-2.3
CATEGORIES= net
Update to VTun 2.2. Changes since last pkg'ized release include: ver 2.2: Added support for new OpenBSD tun driver. Fixes for generic tun driver support. Configure extensions and fixes. Small cleanups. Documentation update. ver 2.1: Final stable 2.1 release. Small cleanups. ver 2.1b5: Fixed local address substitution for TCP connection. Fast, optimized udp_read function. Scripts update. ver 2.1b4: Bind UDP socket to the same address:port used for TCP connection. Fixed NOBUFS error handling for UDP sockets. Updated FreeBSD tun device support. Removed host name size limitation. Parser and Makefile fixes. CVS source tree access. ver 2.1b3: Locking code rewrite, should fix race conditions. Support for inetd and tcp wrapper. Several cleanups. Updated RPM spec. Initialization fixes. ver 2.1b2: Improved parser. New substitutions for command parameters (%a - local address, %A - remote address,...) allow to handle dynamic IPs more easily. Correct handling of single quotes and escaping '\'. Added 'reroute' script for Linux. Configure fixes. Documentation update. ver 2.1b1: Correct closing of unsuccessfully connected sockets. UDP session initialization fixes. New option 'multi', allows to gracefully handle multiple connections with the same host. New option 'srcaddr', allows to specify source address in form of interface, host_name and port. Unified interface for network device drivers and protocols. Solaris TUN/TAP driver support. SOCKS support. Several cleanups and optimizations. Improved Makefile and Configure. Configure automatically searches for headers and libraries. Documentation update. Binary package now linked with latest OpenSSL and LZO libraries. Updated packages for RedHat, OpenBSD, NetBSD, FreeBSD, Solaris.
2000-05-25 15:08:03 +02:00
MASTER_SITES= http://vtun.sourceforge.net/
MAINTAINER= hubertf@netbsd.org
Update to VTun 2.2. Changes since last pkg'ized release include: ver 2.2: Added support for new OpenBSD tun driver. Fixes for generic tun driver support. Configure extensions and fixes. Small cleanups. Documentation update. ver 2.1: Final stable 2.1 release. Small cleanups. ver 2.1b5: Fixed local address substitution for TCP connection. Fast, optimized udp_read function. Scripts update. ver 2.1b4: Bind UDP socket to the same address:port used for TCP connection. Fixed NOBUFS error handling for UDP sockets. Updated FreeBSD tun device support. Removed host name size limitation. Parser and Makefile fixes. CVS source tree access. ver 2.1b3: Locking code rewrite, should fix race conditions. Support for inetd and tcp wrapper. Several cleanups. Updated RPM spec. Initialization fixes. ver 2.1b2: Improved parser. New substitutions for command parameters (%a - local address, %A - remote address,...) allow to handle dynamic IPs more easily. Correct handling of single quotes and escaping '\'. Added 'reroute' script for Linux. Configure fixes. Documentation update. ver 2.1b1: Correct closing of unsuccessfully connected sockets. UDP session initialization fixes. New option 'multi', allows to gracefully handle multiple connections with the same host. New option 'srcaddr', allows to specify source address in form of interface, host_name and port. Unified interface for network device drivers and protocols. Solaris TUN/TAP driver support. SOCKS support. Several cleanups and optimizations. Improved Makefile and Configure. Configure automatically searches for headers and libraries. Documentation update. Binary package now linked with latest OpenSSL and LZO libraries. Updated packages for RedHat, OpenBSD, NetBSD, FreeBSD, Solaris.
2000-05-25 15:08:03 +02:00
HOMEPAGE= http://vtun.sourceforge.net/
DEPENDS+= liblzo-1.*:../../archivers/liblzo
GNU_CONFIGURE= YES
2000-04-27 08:34:44 +02:00
USE_SSL= YES
CONFIGURE_ARGS+=--with-ssl-headers=${SSLBASE}/include/openssl \
--with-ssl-lib=${SSLBASE}/lib \
--with-lzo-headers=${LOCALBASE}/include \
--with-lzo-lib=${LOCALBASE}/lib
PLIST_SUBST+= PREFIX=${PREFIX}
ALL_TARGET= vtund
.include "../../mk/bsd.pkg.mk"