summaryrefslogtreecommitdiff
path: root/ftp/yale-tftpd/Makefile
blob: ed30fd47c12b636822c06e4f1e687ed305d0e25f (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:	yale-tftpd
# Date created:		Oct 8, 1994
# Whom:			pst
#
# $FreeBSD$
#

PORTNAME=	yale-tftpd
PORTVERSION=	3.0
CATEGORIES=	ftp
MASTER_SITES=	ftp://ftp.cert.dfn.de/pub/tools/net/yale-tftpd/

MAINTAINER=	ports@FreeBSD.org

NO_WRKSUBDIR=
MAN8=		tftpd.8
MANCOMPRESSED=	yes

pre-build:
	(cd ${WRKSRC}/classes; ${MAKE})

.include <bsd.port.mk>