1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/ftp/jmirror/Makefile

26 lines
621 B
Makefile
Raw Normal View History

# New ports collection makefile for: jmirror
# Version required: 1.0b
# Date Created: 4 Febuary 1999
# Whom: Justin Robinson
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
DISTNAME= jmirror-1.0b
1999-08-02 10:44:03 +00:00
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.ruin.org/pub/All/
MAINTAINER= jmrobins@jmirror.ruin.org
RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/FTP.pm:${PORTSDIR}/net/p5-Net
USE_PERL5= YES
NO_BUILD= YES
do-install:
${MKDIR} ${PREFIX}/lib/jmirror
${INSTALL_SCRIPT} ${WRKSRC}/jmirror ${PREFIX}/bin/jmirror
${INSTALL_DATA} ${WRKSRC}/sample.jmirror.conf ${PREFIX}/lib/jmirror/sample.jmirror.conf
.include <bsd.port.mk>