freebsd-ports/ftp/profxp/Makefile

36 lines
850 B
Makefile
Raw Normal View History

# 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/
2002-01-19 17:07:10 +01:00
DISTNAME= ${PORTNAME}-v${PORTVERSION:S/p/-pre/}-src
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:24:13 +01:00
COMMENT= FXP (server-to-server FTP) client
2007-09-08 18:46:46 +02:00
USE_PERL5= yes
RUN_DEPENDS= ${SITE_PERL}/Net/SOCKS.pm:${PORTSDIR}/net/p5-Socks \
${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
${SITE_PERL}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl
2002-01-19 17:07:10 +01:00
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
2002-01-19 17:07:10 +01:00
post-patch:
@${PERL} -pi -e "s,^#!.*,#!${PERL},g" ${WRKSRC}/profxpv3.pl
do-install:
2002-01-19 17:07:10 +01:00
${INSTALL_SCRIPT} ${WRKSRC}/profxpv3.pl ${PREFIX}/bin/profxp
2007-09-08 18:46:46 +02:00
${CP} -R ${WRKSRC}/profxp ${SITE_PERL}
.include <bsd.port.mk>