diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-03-19 02:38:22 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-03-19 02:38:22 +0000 |
commit | 7cbba24dba20f796d7e6482ee62f6dc64127dc4e (patch) | |
tree | 20d6e6b9b2241913aa8a9590b2378b74b3208ffa /ftp/moftpd/Makefile | |
parent | fix dependencies list (diff) |
Add moftpd 1.1.6.
A powerful FTP server supporting IPv6, virtual hosts, fine
grained permissions, and much more.
WWW: http://www.morth.org/moftpd/
Notes
Notes:
svn path=/head/; revision=104575
Diffstat (limited to 'ftp/moftpd/Makefile')
-rw-r--r-- | ftp/moftpd/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ftp/moftpd/Makefile b/ftp/moftpd/Makefile new file mode 100644 index 000000000000..6e71fbd5aedb --- /dev/null +++ b/ftp/moftpd/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: moftpd +# Date created: Mar 19, 2004 +# Whom: Clement Laforet <clement@FreeBSD>org> +# +# $FreeBSD$ +# + +PORTNAME= moftpd +PORTVERSION= 1.1.6 +CATEGORIES= ftp ipv6 +MASTER_SITES= ftp://ftp.morth.org/moftpd/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= A powerful FTP server supporting IPv6, TLS, and much more + +GNU_CONFIGURE= yes +USE_OPENSSL= yes +USE_GMAKE= yes + +MAN8= moftpd.8 + +.include <bsd.port.mk> |