2002-10-19 12:27:25 +02:00
|
|
|
# New ports collection makefile for: SSLtelnet
|
|
|
|
# Date created: Mar 29, 1998
|
|
|
|
# Whom: issei@jp.FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= SSLtelnet
|
|
|
|
PORTVERSION= 0.13
|
2003-04-24 05:52:41 +02:00
|
|
|
PORTREVISION= 1
|
2002-10-19 12:27:25 +02:00
|
|
|
CATEGORIES= net security
|
2003-11-02 12:05:35 +01:00
|
|
|
MASTER_SITES= http://munitions2.xs4all.nl/software/network/ssl/applications/ \
|
|
|
|
http://ftp.vc-graz.ac.at/mirror/crypto/ssl/SSLapps/ \
|
|
|
|
http://munitions.hands.com/software/network/ssl/applications/ \
|
|
|
|
http://munitions.ketelhot.de/software/network/ssl/applications/ \
|
|
|
|
http://opensores.thebunker.net/pub/mirrors/SSLapps/ \
|
|
|
|
${MASTER_SITE_LOCAL}
|
2002-10-19 12:27:25 +02:00
|
|
|
MASTER_SITE_SUBDIR= kris
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= SSL enhanced telnet/telnetd
|
2002-10-19 12:27:25 +02:00
|
|
|
|
|
|
|
USE_OPENSSL= YES
|
|
|
|
|
|
|
|
PLIST_SUB+= OPENSSLDIR="${OPENSSLDIR}"
|
|
|
|
|
|
|
|
.if !defined(BATCH)
|
|
|
|
INSTALL_TARGET= install certificate
|
|
|
|
.endif
|
|
|
|
|
|
|
|
# Make sure that whole directory tree exists.
|
|
|
|
pre-install:
|
|
|
|
${MKDIR} ${OPENSSLDIR}/certs
|
|
|
|
|
|
|
|
post-install:
|
2004-02-27 02:18:50 +01:00
|
|
|
${STRIP_CMD} ${PREFIX}/bin/telnet
|
|
|
|
${STRIP_CMD} ${PREFIX}/libexec/telnetd
|
2002-10-19 12:27:25 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|