freebsd-ports/ftp/profxp/Makefile
2012-07-18 07:34:11 +00:00

35 lines
798 B
Makefile

# ex:ts=8
# New ports collection makefile for: profxp
# Date created: Jun 1, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= profxp
PORTVERSION= 3p2
PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= http://duncanthrax.net/profxp/
DISTNAME= ${PORTNAME}-v${PORTVERSION:S/p/-pre/}-src
MAINTAINER= ports@FreeBSD.org
COMMENT= FXP (server-to-server FTP) client
USE_PERL5= yes
RUN_DEPENDS= p5-SOCKS>=0:${PORTSDIR}/net/p5-Socks \
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
p5-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-ReadLine-Perl
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
post-patch:
@${PERL} -pi -e "s,^#!.*,#!${PERL},g" ${WRKSRC}/profxpv3.pl
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/profxpv3.pl ${PREFIX}/bin/profxp
${CP} -R ${WRKSRC}/profxp ${SITE_PERL}
.include <bsd.port.mk>