freebsd-ports/security/stunnel/Makefile

49 lines
1.4 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: stunnel
# Version required: 3.7
# Date created: Mon Jan 11 11:53:54 EET 1999
# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com>
#
1999-08-31 03:53:22 +02:00
# $FreeBSD$
#
DISTNAME= stunnel-3.7
CATEGORIES= security
MASTER_SITES= http://opensores.thebunker.net/pub/mirrors/stunnel/ \
http://mike.daewoo.com.pl/computer/stunnel/ \
ftp://ftp.fu-berlin.de/unix/security/stunnel/ \
ftp://ftp.uni-freiburg.de/pub/net/stunnel/ \
1999-01-27 22:57:23 +01:00
ftp://ftp.all.de/pub2/unix/security/stunnel/
MAINTAINER= martti.kuparinen@ericsson.com
USE_OPENSSL= RSA
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var/run
MAN8= stunnel.8
cert:
@(cd ${WRKSRC}; make cert)
post-build:
@${ECHO} ""
@${ECHO} "********************************************************************"
@${ECHO} "To create and install a real certificate, execute \"make cert\" before"
@${ECHO} "\"make install\"."
@${ECHO} ""
@${ECHO} "You can also create a real certificate later by executing"
@${ECHO} " # make cert"
@${ECHO} " # cp work/stunnel/stunnel.pem ${PREFIX}/certs/"
@${ECHO} "********************************************************************"
@${ECHO} ""
post-install:
@${ECHO} ""
@${ECHO} "**************************************************************************"
@${ECHO} "Please check out the FAQ at http://www.onsight.com/faq/stunnel/"
@${ECHO} "**************************************************************************"
@${ECHO} ""
.include <bsd.port.mk>