f0081a9d3c
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>
23 lines
462 B
Makefile
23 lines
462 B
Makefile
# 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>
|