# New ports collection makefile for:	atftp
# Date created:		5 October 2010
# Whom:			kevlo
#
# $FreeBSD: ports/ftp/atftp/Makefile,v 1.3 2011/01/30 08:21:12 kevlo Exp $
#

PORTNAME=	atftp
PORTVERSION=	0.7
PORTREVISION=	2
CATEGORIES=	ftp
MASTER_SITES=	${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR=	pool/main/a/${PORTNAME}
DISTNAME=	${PORTNAME}_${PORTVERSION}.dfsg.orig

MAINTAINER=	kevlo@FreeBSD.org
COMMENT=	Advanced tftp server and client

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}.dfsg

USE_RC_SUBR=	atftpd
GNU_CONFIGURE=	yes

PLIST_FILES=	bin/atftp \
		sbin/atftpd

MAN1=		atftp.1
MAN8=		atftpd.8

.include <bsd.port.mk>
