mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
546a9259a9
PR: ports/183244 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer)
16 lines
314 B
Makefile
16 lines
314 B
Makefile
# Created by: Tomokazu ISHII <t-ishii@tryplanet.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ftpfind
|
|
PORTVERSION= 0.996
|
|
CATEGORIES= ftp
|
|
MASTER_SITES= http://hp.vector.co.jp/authors/VA013366/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Find directory&file on a ftp server
|
|
|
|
PLIST_FILES= bin/ftpfind
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|