f184505469
For dns/openresolv give proper attribution. This was a copy/paste mistake the submitter made, which incorrectly gave me attribution for that file. I did not create it.
17 lines
309 B
Makefile
17 lines
309 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tftpgrab
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://pseudo-flaw.net/tftpgrab/ \
|
|
http://www.atarininja.org/~wxs/distfiles/
|
|
|
|
MAINTAINER= wxs@FreeBSD.org
|
|
COMMENT= TFTP stream extractor
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
PLIST_FILES= bin/tftpgrab
|
|
|
|
.include <bsd.port.mk>
|