2002-08-30 09:55:52 +02:00
|
|
|
# New ports collection makefile for: wu-ftpd+ipv6
|
|
|
|
# Date created: 30 Aug 2002
|
|
|
|
# Whom: sumikawa
|
1994-10-23 02:37:00 +01:00
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1994-10-23 02:37:00 +01:00
|
|
|
#
|
1997-02-01 23:17:39 +01:00
|
|
|
# REMINDER: to use ftpaccess(5) you need to specify -a in command line,
|
|
|
|
# it is changed from previous versions
|
1994-10-23 02:37:00 +01:00
|
|
|
|
2002-08-31 09:05:58 +02:00
|
|
|
PORTNAME= wu-ftpd+ipv6
|
2004-06-08 15:42:37 +02:00
|
|
|
PORTVERSION= 2.6.2
|
2005-05-19 03:57:42 +02:00
|
|
|
PORTREVISION= 7
|
2002-08-30 09:55:52 +02:00
|
|
|
CATEGORIES= ftp ipv6
|
2000-04-12 07:31:29 +02:00
|
|
|
MASTER_SITES= ftp://ftp.wu-ftpd.org/pub/wu-ftpd/
|
2002-09-11 12:48:37 +02:00
|
|
|
DISTNAME= wu-ftpd-${PORTVERSION}
|
1999-08-30 21:14:07 +02:00
|
|
|
|
2004-06-08 15:42:37 +02:00
|
|
|
PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
|
|
|
|
PATCHFILES= wu-ftpd-262-v6-20040130.diff.gz
|
2002-08-30 09:55:52 +02:00
|
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
|
|
|
|
MAINTAINER= sumikawa@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A replacement ftp server for Un*x systems
|
1996-12-01 02:23:27 +01:00
|
|
|
|
2005-01-18 21:55:05 +01:00
|
|
|
CONFLICTS= wu-ftpd-[0-9]* heimdal-[0-9]*
|
|
|
|
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= autoconf:213
|
2002-02-19 12:41:13 +01:00
|
|
|
CONFIGURE_ARGS= --enable-rfc931 --disable-pasvip --enable-opie \
|
|
|
|
--enable-noop --disable-numericuid --enable-nlst-dirs \
|
2002-08-30 09:55:52 +02:00
|
|
|
--enable-ipv6 \
|
2002-02-19 12:41:13 +01:00
|
|
|
--prefix=${PREFIX} --with-etc-dir=${PREFIX}/etc
|
|
|
|
|
2004-06-08 15:42:37 +02:00
|
|
|
MAKE_ENV+= WARNINGS=-DSPT_TYPE=SPT_BUILTIN
|
2002-10-16 16:58:24 +02:00
|
|
|
|
1996-12-01 02:34:11 +01:00
|
|
|
MAN1= ftpcount.1 ftpwho.1
|
2002-02-19 12:41:13 +01:00
|
|
|
MAN5= ftpaccess.5 ftphosts.5 ftpconversions.5 xferlog.5 \
|
|
|
|
ftpservers.5
|
1999-10-24 03:57:37 +02:00
|
|
|
MAN8= ftpd.8 ftpshut.8 ftprestart.8 privatepw.8
|
|
|
|
|
1994-10-23 02:37:00 +01:00
|
|
|
.include <bsd.port.mk>
|