27f53a7e53
Unquote COMMENT. Ditch two-line plist file. Approved by: krion (mentor)
28 lines
500 B
Makefile
28 lines
500 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.36
|
|
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
|
|
|
|
PLIST_FILES= bin/tftp \
|
|
libexec/in.tftpd
|
|
|
|
MAN1= tftp.1
|
|
MAN8= in.tftpd.8
|
|
MLINKS= in.tftpd.8 tftpd.8
|
|
|
|
.include <bsd.port.mk>
|