1994-10-23 01:37:00 +00:00
|
|
|
# New ports collection makefile for: wu-ftpd
|
|
|
|
# Date created: 18 Oct 1994
|
|
|
|
# Whom: torstenb
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1994-10-23 01:37:00 +00:00
|
|
|
#
|
1997-02-01 22:17:39 +00:00
|
|
|
# REMINDER: to use ftpaccess(5) you need to specify -a in command line,
|
|
|
|
# it is changed from previous versions
|
1994-10-23 01:37:00 +00:00
|
|
|
|
2000-04-12 05:31:29 +00:00
|
|
|
PORTNAME= wu-ftpd
|
2004-06-10 02:17:34 +00:00
|
|
|
PORTVERSION= 2.6.2
|
|
|
|
PORTREVISION= 5
|
1999-08-02 10:44:03 +00:00
|
|
|
CATEGORIES= ftp
|
2000-04-12 05:31:29 +00:00
|
|
|
MASTER_SITES= ftp://ftp.wu-ftpd.org/pub/wu-ftpd/
|
2003-09-23 16:58:10 +00:00
|
|
|
PATCH_SITES= ftp://ftp.wu-ftpd.org/pub/wu-ftpd/patches/apply_to_2.6.2/
|
|
|
|
PATCHFILES= connect-dos.patch realpath.patch
|
1999-08-30 19:14:07 +00:00
|
|
|
|
2000-04-12 05:31:29 +00:00
|
|
|
MAINTAINER= ache@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A replacement ftp server for Un*x systems
|
1996-12-01 01:23:27 +00:00
|
|
|
|
2004-03-14 06:17:56 +00:00
|
|
|
USE_AUTOCONF_VER= 213
|
2002-02-19 11:41:13 +00:00
|
|
|
CONFIGURE_ARGS= --enable-rfc931 --disable-pasvip --enable-opie \
|
|
|
|
--enable-noop --disable-numericuid --enable-nlst-dirs \
|
|
|
|
--prefix=${PREFIX} --with-etc-dir=${PREFIX}/etc
|
|
|
|
|
2002-10-15 09:51:53 +00:00
|
|
|
MAKE_ENV+= WARNINGS=-DSPT_TYPE=SPT_BUILTIN
|
|
|
|
|
1996-12-01 01:34:11 +00:00
|
|
|
MAN1= ftpcount.1 ftpwho.1
|
2002-02-19 11:41:13 +00:00
|
|
|
MAN5= ftpaccess.5 ftphosts.5 ftpconversions.5 xferlog.5 \
|
|
|
|
ftpservers.5
|
1999-10-24 01:57:37 +00:00
|
|
|
MAN8= ftpd.8 ftpshut.8 ftprestart.8 privatepw.8
|
|
|
|
|
1994-10-23 01:37:00 +00:00
|
|
|
.include <bsd.port.mk>
|