1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/sysutils/pdumpfs-rsync/Makefile
MANTANI Nobutaka 22e494e32d Bump PORTREVISION for the previous change of files/patch-pdumpfs-rsync.
Forgotten by:	  myself
Notified by:	  Yoshisato YANAGISAWA <yanagisawa@csg.is.titech.ac.jp>
2006-05-30 15:59:09 +00:00

39 lines
802 B
Makefile

# New ports collection makefile for: pdumpfs-rsync
# Date created: 29 May 2004
# Whom: knu@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= pdumpfs-rsync
PORTVERSION= 0.8.1
PORTREVISION= 2
CATEGORIES= sysutils net
MASTER_SITES= http://tach.arege.net/software/pdumpfs-rsync/
DISTFILES= ${PROG}
EXTRACT_ONLY= # none
MAINTAINER= ports@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>