freebsd-ports/net/sbd/Makefile
Joseph Mingrone 04b57ef638
lx's ports: Reset maintainer to ports@ per his request
Sponsored by:	The FreeBSD Foundation
2022-04-25 12:06:48 -03:00

24 lines
548 B
Makefile

# Created by: David Thiel (lx@redundancy.redundancy.org)
PORTNAME= sbd
PORTVERSION= 1.37
CATEGORIES= net security
MASTER_SITES= http://tigerteam.se/dl/sbd/ \
http://redundancy.redundancy.org/mirror/
MAINTAINER= ports@FreeBSD.org
COMMENT= Netcat clone with more features and crypto
ALL_TARGET= unix
PLIST_FILES= bin/sbd
PORTDOCS= README
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sbd ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>