freebsd-ports/net/sendfile/Makefile

29 lines
652 B
Makefile
Raw Normal View History

# New ports collection makefile for: sendfile
# Date created: 30 Oct 1997
# Whom: sec@42.org
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
#
PORTNAME= sendfile
PORTVERSION= 2.1a
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.belwue.de/pub/unix/sendfile/current/
DISTFILES= sendfile-20010216.tar.gz
MAINTAINER= sec@42.org
2003-02-21 14:28:59 +01:00
COMMENT= Simple Asynchronous File Transfer Reference Implementation
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT=makeconfig
CONFIGURE_ENV= PREFIX="${PREFIX}"
1998-08-17 02:43:46 +02:00
MAN1= sendfile.1 sendmsg.1 receive.1 fetchfile.1 utf7encode.1 \
wlock.1
MAN7= fetchfile.7
MAN8= sendfiled.8
MLINKS= utf7encode.1 utf7decode.1
1998-08-17 02:43:46 +02:00
.include <bsd.port.mk>