freebsd-ports/ftp/ftpfind/Makefile
Danilo Egea Gondolfo 852451d54e - Add stage support
- Add shebangfix to USES
2014-02-08 14:44:59 +00:00

20 lines
418 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
USES= shebangfix
SHEBANG_FILES= ftpfind
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/ftpfind ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>