blob: 4cf3c69f52a22a79d42070c267d458880d1fd535 (
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
|
# 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
pre-build:
(cd ${WRKSRC}/classes; ${MAKE})
.include <bsd.port.mk>
|