aboutsummaryrefslogtreecommitdiffstats
path: root/net/SSLtelnet/Makefile
blob: ebee85a0588a30d4b440cf3b199d23da17f37d4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    SSLtelnet
# Date created:     Mar 29, 1998
# Whom:         issei@jp.FreeBSD.org
#
# $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=   RSA

.if !defined(BATCH)
INSTALL_TARGET=     install certificate
.endif

post-install:
    strip $(PREFIX)/bin/telnet
    strip $(PREFIX)/libexec/telnetd

.include <bsd.port.mk>