mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
f9b82747ba
PR: 116532 Submitted by: Wesley Shields <wxs at atarininja.org>
22 lines
420 B
Makefile
22 lines
420 B
Makefile
# Ports collection makefile for: tftpgrab
|
|
# Date created: 21 Sep 2007
|
|
# Whom: Wesley Shields <wxs@atarininja.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tftpgrab
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://pseudo-flaw.net/tftpgrab/ \
|
|
http://www.atarininja.org/~wxs/distfiles/
|
|
|
|
MAINTAINER= wxs@atarininja.org
|
|
COMMENT= TFTP stream extractor
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/tftpgrab
|
|
|
|
.include <bsd.port.mk>
|