mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
dc16f7d609
and other bits and pieces PR: 17197 (also closes 15820) Submitted by: maintainer
28 lines
603 B
Makefile
28 lines
603 B
Makefile
# New ports collection makefile for: sendfile
|
|
# Version required: 2.1
|
|
# Date created: 30 Oct 1997
|
|
# Whom: sec@42.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= sendfile-20000102
|
|
PKGNAME= sendfile-2.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.belwue.de/pub/unix/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 fetchfile.1 utf7encode.1 \
|
|
wlock.1
|
|
MAN7= fetchfile.7
|
|
MAN8= sendfiled.8
|
|
MLINKS= utf7encode.1 utf7decode.1
|
|
|
|
.include <bsd.port.mk>
|