blob: 020ce7fd7cf3675fcfa5e0b1293b8bc81769d8e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>
|