diff options
Diffstat (limited to 'net/datapipe/Makefile')
-rw-r--r-- | net/datapipe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/datapipe/Makefile b/net/datapipe/Makefile index 9901d33c859d..88567a1bb2e7 100644 --- a/net/datapipe/Makefile +++ b/net/datapipe/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/unsupported/ \ http://http.distributed.net/pub/dcti/unsupported/ MAINTAINER= dbaker@FreeBSD.org +COMMENT= A simple program to bind a local port and connect it to a remote socket do-build: ${CC} ${CFLAGS} -o ${WRKDIR}/${DISTNAME}/datapipe ${WRKDIR}/${DISTNAME}/datapipe.c |