aboutsummaryrefslogtreecommitdiffstats
path: root/net/sbd/Makefile
blob: aa196bf01f38d15b671b79533502f8d5b2443820 (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
25
26
27
28
29
# Ports collection makefile for:  sbd
# Date created:           2004-07-08
# Whom:               David Thiel (lx@redundancy.redundancy.org)
#
# $FreeBSD$
#

PORTNAME=   sbd
PORTVERSION=    1.37
CATEGORIES= net security
MASTER_SITES=   http://tigerteam.se/dl/sbd/ \
        http://redundancy.redundancy.org/mirror/

MAINTAINER= lx@FreeBSD.org
COMMENT=    A netcat clone with more features and crypto

ALL_TARGET= unix

PLIST_FILES=    bin/sbd
PORTDOCS=   README

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/sbd ${PREFIX}/bin
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>