/www/rt2/files/

itle='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net/utftpd/Makefile
blob: fd3f87d7744c113d351022cb72f1eb05706e7531 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    utftpd
# Date created:     15 January 2002
# Whom:         andreas@freebsd.org
#
# $FreeBSD$
#

PORTNAME=   utftpd
PORTVERSION=    0.2.4
PORTREVISION=   2
CATEGORIES= net
MASTER_SITES=   http://www.ohse.de/uwe/releases/

MAINTAINER= andreas@FreeBSD.org
COMMENT=    secure tftpd server with fine grained access and revision control

GNU_CONFIGURE=  YES
USE_GMAKE=  YES

MAN1=       utftp.1
MAN5=       utftpd.conf.5
MAN8=       utftpd.8 utftpd_make.8

.include <bsd.port.mk>