diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-23 19:37:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-23 19:37:26 +0000 |
commit | f0081a9d3c97e750887f439db4c9690115a58763 (patch) | |
tree | a53fa8269d55f4514c6d509f9390b8c58dd36d4b /ftp/smbftpd/Makefile | |
parent | 350af59f7cca08461cfc253a09655802486cbb34 (diff) |
SmbFTPD is a FTP daemon modified from the FTP daemon of FreeBSD 5.4. esides
keep original FreeBSD ftpd features, it enhances the user permission control,
integrate configuration files, and more useful features. SmbFTPD also support
SSL/TLS encryption.
WWW: http://www.twbsd.org/enu/smbftpd/index.php
PR: ports/92181
Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Notes
Notes:
svn path=/head/; revision=154266
Diffstat (limited to 'ftp/smbftpd/Makefile')
-rw-r--r-- | ftp/smbftpd/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ftp/smbftpd/Makefile b/ftp/smbftpd/Makefile new file mode 100644 index 000000000000..575b302aeeb1 --- /dev/null +++ b/ftp/smbftpd/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: smbftpd +# Date created: 2006-01-22 +# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= smbftpd +PORTVERSION= 0.96 +CATEGORIES= ftp +MASTER_SITES= http://www.twbsd.org/download/download.php?file=smbftpd/ + +MAINTAINER= jnlin@csie.nctu.edu.tw +COMMENT= FTP daemon using Samba-like share management mechanism + +HAS_CONFIGURE= yes +USE_OPENSSL= yes +USE_PERL5= yes + +MAKE_ENV= OSTYPE=FreeBSD + +.include <bsd.port.mk> |