mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
18 lines
303 B
Makefile
18 lines
303 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
|
|
|
|
PLIST_FILES= bin/tftpgrab
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|