freebsd-ports/net/SSLtelnet/Makefile

35 lines
697 B
Makefile
Raw Normal View History

# New ports collection makefile for: SSLtelnet
# Date created: Mar 29, 1998
# Whom: issei@jp.FreeBSD.org
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
PORTNAME= SSLtelnet
PORTVERSION= 0.13
CATEGORIES= net security
MASTER_SITES= ${MASTER_SITE_LOCAL} \
ftp://ftp.psy.uq.oz.au/pub/Crypto/SSLapps/
MASTER_SITE_SUBDIR= kris
FORBIDDEN= "Remotely exploitable buffer overflow"
2002-02-16 06:32:08 +01:00
MAINTAINER= ports@FreeBSD.org
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:
strip $(PREFIX)/bin/telnet
strip $(PREFIX)/libexec/telnetd
.include <bsd.port.mk>