1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/ftp/yale-tftpd/Makefile

24 lines
439 B
Makefile
Raw Normal View History

1994-10-07 00:45:12 +00:00
# New ports collection makefile for: yale-tftpd
# Date created: Oct 8, 1994
# Whom: pst
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
1995-04-15 05:42:12 +00:00
#
2000-04-12 05:31:29 +00:00
PORTNAME= yale-tftpd
PORTVERSION= 3.0
1999-08-02 10:44:03 +00:00
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.cert.dfn.de/pub/tools/net/yale-tftpd/
1995-04-15 05:42:12 +00:00
1997-07-10 15:50:55 +00:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 17:24:13 +00:00
COMMENT= Enhanced tftpd(8) from Yale University and cisco Systems
1994-10-07 00:45:12 +00:00
NO_WRKSUBDIR=
1998-10-15 01:42:53 +00:00
MAN8= tftpd.8
MANCOMPRESSED= yes
pre-build:
(cd ${WRKSRC}/classes; ${MAKE})
1994-10-07 00:45:12 +00:00
.include <bsd.port.mk>