mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
c6eb35f215
is MAKE_JOBS_UNSAFE).
23 lines
437 B
Makefile
23 lines
437 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@FreeBSD.org
|
|
COMMENT= TFTP stream extractor
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
PLIST_FILES= bin/tftpgrab
|
|
|
|
.include <bsd.port.mk>
|