openbsd-ports/security/stunnel/Makefile

31 lines
823 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.4 2000/06/20 19:36:24 jakob Exp $
2000-03-05 17:55:44 -05:00
DISTNAME= stunnel-3.8
CATEGORIES= security
NEED_VERSION= 1.302
MAINTAINER= jakob@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-03-05 17:55:44 -05:00
HOMEPAGE= http://mike.daewoo.com.pl/computer/stunnel/
MASTER_SITES= http://opensores.thebunker.net/pub/mirrors/stunnel/ \
http://mike.daewoo.com.pl/computer/stunnel/ \
2000-03-05 17:55:44 -05:00
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/
CONFIGURE_STYLE= gnu
ALL_TARGET= stunnel
2000-03-05 17:55:44 -05:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/stunnel ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/stunnel.8 ${PREFIX}/man/man8
.include <bsd.port.mk>