1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/ftp/ftpfind/Makefile

21 lines
419 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 or file on FTP server
PLIST_FILES= bin/ftpfind
USES= shebangfix
SHEBANG_FILES= ftpfind
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/ftpfind ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>