diff options
Diffstat (limited to 'net/sendfile/Makefile')
-rw-r--r-- | net/sendfile/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net/sendfile/Makefile b/net/sendfile/Makefile new file mode 100644 index 000000000000..020ce7fd7cf3 --- /dev/null +++ b/net/sendfile/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: sendfile +# Version required: 2.1 +# Date created: 23 February 1998 +# Whom: sec@42.org +# +# $Id$ +# + +DISTNAME= sendfile-2.1 +CATEGORIES= net +MASTER_SITES= ftp://ftp.uni-stuttgart.de/pub/unix/comm/sendfile/current/ + +MAINTAINER= sec@42.org + +WRKSRC= ${WRKDIR}/${PKGNAME} + +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT=makeconfig +CONFIGURE_ENV= PREFIX="${PREFIX}" + +MAN1= sendfile.1 sendmsg.1 receive.1 + +.include <bsd.port.mk> |