1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/net/sendfile/Makefile

32 lines
817 B
Makefile
Raw Normal View History

# New ports collection makefile for: sendfile
# Version required: 2.1
# Date created: 30 Oct 1997
# Whom: sec@42.org
#
# $Id: Makefile,v 1.9 1999/02/28 07:15:05 obrien Exp $
#
DISTNAME= sendfile-19990215
PKGNAME= sendfile-2.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.uni-stuttgart.de/pub/unix/comm/sendfile/current/ \
ftp://infodrom.north.de/pub/unix/network/sendfile/ \
ftp://ftp.fu-berlin.de/unix/network/sendfile/current/
MAINTAINER= sec@42.org
WRKSRC= ${WRKDIR}/${PKGNAME}
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT=makeconfig
CONFIGURE_ENV= PREFIX="${PREFIX}"
1998-08-17 00:43:46 +00:00
MAN1= sendfile.1 sendmsg.1 receive.1 fetchfile.1 utf7encode.1 \
wlock.1
MAN7= fetchfile.7
MAN8= sendfiled.8
1998-08-17 00:43:46 +00:00
post-install:
@(cd ${PREFIX}/man/man1; ln -sf utf7encode.1.gz utf7decode.1.gz)
.include <bsd.port.mk>