1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/ftp/yale-tftpd/Makefile
Justin M. Seger cc804f29bb Unbreak for ELF.
Submitted by:	steve
1998-10-15 01:42:53 +00:00

23 lines
428 B
Makefile

# New ports collection makefile for: yale-tftpd
# Version required: 3.0
# Date created: Oct 8, 1994
# Whom: pst
#
# $Id: Makefile,v 1.10 1998/10/14 03:30:00 jseger Exp $
#
DISTNAME= yale-tftpd-3.0
CATEGORIES= net
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>