diff options
Diffstat (limited to 'net/sbd/Makefile')
-rw-r--r-- | net/sbd/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net/sbd/Makefile b/net/sbd/Makefile new file mode 100644 index 000000000000..9dc7c4d79cf5 --- /dev/null +++ b/net/sbd/Makefile @@ -0,0 +1,28 @@ +# Ports collection makefile for: sbd +# Date created: 2004-07-08 +# Whom: David Thiel (lx@redundancy.redundancy.org) +# +# $FreeBSD$ +# + +PORTNAME= sbd +PORTVERSION= 1.31 +CATEGORIES= net security +MASTER_SITES= http://www.cycom.se/uploads/114/31/ + +MAINTAINER= lx@redundancy.redundancy.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> |