1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/ftp/tftp-hpa/Makefile
Oliver Lehmann 6634c7247c Add tftp-hpa 0.34, "An advanced tftp server".
PR:		47156
Submitted by:	Brooks Davis <brooks@freebsd.org>
2003-07-06 09:23:09 +00:00

25 lines
458 B
Makefile

# Ports collection makefile for: tftp-hpa
# Date created: Tue Jan 14, 2003
# Whom: Brooks Davis <brooks@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= tftp-hpa
PORTVERSION= 0.34
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.kernel.org/pub/software/network/tftp/
MAINTAINER= brooks@FreeBSD.org
COMMENT= "An advanced tftp server"
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= tftp.1
MAN8= in.tftpd.8
MLINKS= in.tftpd.8 tftpd.8
.include <bsd.port.mk>