aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/yale-tftpd/Makefile
blob: 0b5b60a6295b694a8d4b2dc24ef3fec7dc16e1f3 (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:    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
COMMENT=    Enhanced tftpd(8) from Yale University and cisco Systems

NO_WRKSUBDIR=
MAN8=       tftpd.8
MANCOMPRESSED=  yes
PLIST_FILES=    libexec/tftpd

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

.include <bsd.port.mk>