56dc6d6c3a
-- This release fixes a bug in pid creation. If a user specified -P /dirname instead of -P /dirname/ stunnel would assume that it's a file, delete it and create a new one. Now stunnel makes sure if it's really a file.
37 lines
940 B
Makefile
37 lines
940 B
Makefile
# $OpenBSD: Makefile,v 1.10 2001/02/23 14:39:15 jakob Exp $
|
|
|
|
DISTNAME= stunnel-3.14
|
|
CATEGORIES= security
|
|
NEED_VERSION= 1.305
|
|
|
|
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
HOMEPAGE= http://www.stunnel.org/
|
|
|
|
MASTER_SITES= http://www.stunnel.org/download/stunnel/src/ \
|
|
ftp://stunnel.mirt.net/stunnel/ \
|
|
http://mike.daewoo.com.pl/computer/stunnel/ \
|
|
http://opensores.thebunker.net/pub/mirrors/stunnel/ \
|
|
ftp://ftp.fu-berlin.de/unix/security/stunnel/ \
|
|
ftp://ftp.uni-freiburg.de/pub/net/stunnel/ \
|
|
ftp://ftp.all.de/pub2/unix/security/stunnel/
|
|
|
|
BUILD_DEPENDS= sdf::textproc/p5-sdf
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
ALL_TARGET= stunnel stunnel.8
|
|
|
|
post-configure:
|
|
rm ${WRKSRC}/stunnel.8
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/stunnel ${PREFIX}/sbin
|
|
${INSTALL_MAN} ${WRKSRC}/stunnel.8 ${PREFIX}/man/man8
|
|
|
|
.include <bsd.port.mk>
|