aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/yale-tftpd/Makefile
blob: 7109f756d8f2560d7f236e701565f3c9b137f1be (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
# Version required: 3.0
# Date created:     Oct 8, 1994
# Whom:         pst
#
# $FreeBSD$
#

DISTNAME=   yale-tftpd-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>