freebsd-ports/ftp/smbftpd/Makefile
Pav Lucistnik f0081a9d3c 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>
2006-01-23 19:37:26 +00:00

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>