aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pdumpfs-rsync/Makefile
blob: 28a89e7b50bd7cacdc9760e5671d2af8f8a26943 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:    pdumpfs-rsync
# Date created:     29 May 2004
# Whom:         knu@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   pdumpfs-rsync
PORTVERSION=    0.8.1
CATEGORIES= sysutils net
MASTER_SITES=   http://tach.arege.net/software/pdumpfs-rsync/
DISTFILES=  ${PROG}
EXTRACT_ONLY=   # none

MAINTAINER= knu@FreeBSD.org
COMMENT=    A utility to back up remote files with pdumpfs and rsync

RUN_DEPENDS=    ${LOCALBASE}/sbin/pdumpfs:${PORTSDIR}/sysutils/pdumpfs \
        rsync:${PORTSDIR}/net/rsync

USE_RUBY=   yes
RUBY_SHEBANG_FILES= ${PROG}

PROG=       ${PORTNAME}

NO_WRKSUBDIR=   yes
NO_BUILD=   yes
PLIST_FILES=    sbin/${PROG}

do-extract:
    ${MKDIR} ${WRKDIR}
    ${CP} ${DISTDIR}/${DIST_SUBDIR}/${PROG} ${WRKDIR}/

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/${PROG} ${PREFIX}/sbin/

.include <bsd.port.mk>