blob: bb66c422074827d40af6c7bc4ee387ed76f24a12 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: ftpfind
# Date created: Feb 21 1998
# Whom: Tomokazu ISHII <t-ishii@tryplanet.com>
#
# $FreeBSD$
#
PORTNAME= ftpfind
PORTVERSION= 0.996
CATEGORIES= ftp
MASTER_SITES= http://hp.vector.co.jp/authors/VA013366/ \
http://www.tryplanet.com/t-ishii/programs/ftpfind/
MAINTAINER= t-ishii@tryplanet.com
COMMENT= Find directory&file on a ftp server
.include <bsd.port.mk>
|