blob: 6e71fbd5aedb6f533e09e1a030b91c3cf38c054a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>
|