openbsd-ports/security/stunnel/Makefile

32 lines
812 B
Makefile
Raw Normal View History

2000-03-20 16:49:39 -05:00
# $OpenBSD: Makefile,v 1.3 2000/03/20 21:49:39 espie Exp $
2000-03-05 17:55:44 -05:00
DISTNAME= stunnel-3.8
CATEGORIES= security
MAINTAINER= jakob@openbsd.org
2000-03-05 17:55:44 -05:00
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/ \
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/
GNU_CONFIGURE= yes
2000-03-05 17:55:44 -05:00
ALL_TARGET= stunnel
2000-03-20 16:49:39 -05:00
FAKE= Yes
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>