1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/net/SSLtelnet/Makefile
Kris Kennaway 7d2dd70a77 USE_OPENSSL
Assisted by:    Jim Bloom <bloom@acm.org>
2000-02-06 22:11:36 +00:00

25 lines
478 B
Makefile

# New ports collection makefile for: SSLtelnet
# Version required: 0.13
# Date created: Mar 29, 1998
# Whom: issei@jp.FreeBSD.org
#
# $FreeBSD$
DISTNAME= SSLtelnet-0.13
CATEGORIES= net security
MASTER_SITES= ftp://ftp.psy.uq.oz.au/pub/Crypto/SSLapps/
MAINTAINER= issei@jp.FreeBSD.org
USE_OPENSSL= RSA
.if !defined(BATCH)
INSTALL_TARGET= install certificate
.endif
post-install:
strip $(PREFIX)/bin/telnet
strip $(PREFIX)/libexec/telnetd
.include <bsd.port.mk>