1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/net/SSLtelnet/Makefile

25 lines
466 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 14:24:37 +00:00
# $FreeBSD$
PORTNAME= SSLtelnet
PORTVERSION= 0.13
CATEGORIES= net security
MASTER_SITES= ftp://ftp.psy.uq.oz.au/pub/Crypto/SSLapps/
MAINTAINER= issei@jp.FreeBSD.org
USE_OPENSSL= YES
.if !defined(BATCH)
INSTALL_TARGET= install certificate
.endif
post-install:
strip $(PREFIX)/bin/telnet
strip $(PREFIX)/libexec/telnetd
.include <bsd.port.mk>