2004-05-28 20:07:21 +02:00
|
|
|
# New ports collection makefile for: pdumpfs-rsync
|
|
|
|
# Date created: 29 May 2004
|
|
|
|
# Whom: knu@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pdumpfs-rsync
|
|
|
|
PORTVERSION= 0.8.1
|
2006-05-30 17:59:09 +02:00
|
|
|
PORTREVISION= 2
|
2004-05-28 20:07:21 +02:00
|
|
|
CATEGORIES= sysutils net
|
|
|
|
MASTER_SITES= http://tach.arege.net/software/pdumpfs-rsync/
|
|
|
|
DISTFILES= ${PROG}
|
|
|
|
EXTRACT_ONLY= # none
|
|
|
|
|
2005-11-11 02:18:01 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-05-28 20:07:21 +02:00
|
|
|
COMMENT= A utility to back up remote files with pdumpfs and rsync
|
|
|
|
|
2004-05-30 12:17:16 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/sbin/pdumpfs:${PORTSDIR}/sysutils/pdumpfs \
|
2004-05-28 20:07:21 +02:00
|
|
|
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>
|