46b5f232b5
FAKE=Yes HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF and bump NEED_VERSION accordingly.
31 lines
840 B
Makefile
31 lines
840 B
Makefile
# $OpenBSD: Makefile,v 1.6 2000/10/22 15:43:27 espie Exp $
|
|
|
|
DISTNAME= stunnel-3.8
|
|
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://mike.daewoo.com.pl/computer/stunnel/
|
|
|
|
MASTER_SITES= http://opensores.thebunker.net/pub/mirrors/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/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
ALL_TARGET= stunnel
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/stunnel ${PREFIX}/sbin
|
|
${INSTALL_MAN} ${WRKSRC}/stunnel.8 ${PREFIX}/man/man8
|
|
|
|
.include <bsd.port.mk>
|