freebsd-ports/ftp/ftpfind/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

20 lines
429 B
Makefile

# 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= ports@FreeBSD.org
COMMENT= Find directory&file on a ftp server
PLIST_FILES= bin/ftpfind
.include <bsd.port.mk>