aboutsummaryrefslogtreecommitdiff
path: root/ftp/wu-ftpd/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2002-02-19 11:41:13 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2002-02-19 11:41:13 +0000
commit571379f50f72d2fc3f4d2cb9d6577c4112a69b25 (patch)
tree1eb71b501393e339f0c01350489218d9d040bc70 /ftp/wu-ftpd/Makefile
parentb5d01e291665ee09a0ab0aa7a92fd65037d6981d (diff)
downloadports-571379f50f72d2fc3f4d2cb9d6577c4112a69b25.tar.gz
ports-571379f50f72d2fc3f4d2cb9d6577c4112a69b25.zip
Switch to GNU configure
PR: 34660 Submitted by: "James E. Housley" <jeh@thehousleys.net>
Notes
Notes: svn path=/head/; revision=54906
Diffstat (limited to 'ftp/wu-ftpd/Makefile')
-rw-r--r--ftp/wu-ftpd/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/ftp/wu-ftpd/Makefile b/ftp/wu-ftpd/Makefile
index bbf6378a8a77..d0b4937e1d84 100644
--- a/ftp/wu-ftpd/Makefile
+++ b/ftp/wu-ftpd/Makefile
@@ -9,7 +9,7 @@
PORTNAME= wu-ftpd
PORTVERSION= 2.6.1
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= ftp
DIST_SUBDIR= wu-ftpd
MASTER_SITES= ftp://ftp.wu-ftpd.org/pub/wu-ftpd/
@@ -22,15 +22,16 @@ PATCHFILES= ftpglob.patch \
MAINTAINER= ache@FreeBSD.org
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-rfc931 --disable-pasvip --enable-opie \
+ --enable-noop --disable-numericuid --enable-nlst-dirs \
+ --prefix=${PREFIX} --with-etc-dir=${PREFIX}/etc
+
MAN1= ftpcount.1 ftpwho.1
-MAN5= ftpaccess.5 ftphosts.5 ftpconversions.5 xferlog.5
+MAN5= ftpaccess.5 ftphosts.5 ftpconversions.5 xferlog.5 \
+ ftpservers.5
MAN8= ftpd.8 ftpshut.8 ftprestart.8 privatepw.8
-post-patch:
- @${CP} ${WRKSRC}/config.h.noac ${WRKSRC}/config.h
- @${CP} ${WRKSRC}/src/pathnames.h.noac ${WRKSRC}/src/pathnames.h
-
-do-build:
- cd ${WRKSRC} && ./build fbs
+USE_AUTOCONF= yes
.include <bsd.port.mk>