mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
23 lines
384 B
Makefile
23 lines
384 B
Makefile
# 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>
|