diff options
Diffstat (limited to 'net/wu-ftpd/Makefile')
-rw-r--r-- | net/wu-ftpd/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net/wu-ftpd/Makefile b/net/wu-ftpd/Makefile new file mode 100644 index 00000000000..42ba1fa3dd9 --- /dev/null +++ b/net/wu-ftpd/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: wu-ftpd +# Version required: 2.4.2-beta-16 +# Date created: 18 Oct 1994 +# Whom: torstenb +# +# $Id: Makefile,v 1.1.1.1 1998/03/29 20:40:20 tron Exp $ +# +# REMINDER: to use ftpaccess(5) you need to specify -a in command line, +# it is changed from previous versions + +DISTNAME= wu-ftpd-2.4.2-beta-16 +PKGNAME= wu-ftpd-2.4.2b16 +CATEGORIES= net +# AUSCERT recommendation +MASTER_SITES= ftp://ftp.academ.com/pub/wu-ftpd/private/ +EXTRACT_SUFX= .tar.Z + +do-build: + cd ${WRKSRC} && ./build fbs + +MAINTAINER= ache@FreeBSD.org + +MAN1= ftpcount.1 ftpwho.1 +MAN5= ftpaccess.5 ftphosts.5 ftpconversions.5 xferlog.5 +MAN8= ftpd.8 ftpshut.8 + +.include <bsd.port.mk> |