1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/sysutils/bontmia/Makefile
2014-02-26 08:25:59 +00:00

26 lines
479 B
Makefile

# Created by: Henrik Andersen
# $FreeBSD$
PORTNAME= bontmia
PORTVERSION= 0.14
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://kosmos.ttyv0.se/attachments/download/37/
MAINTAINER= ports@FreeBSD.org
COMMENT= A small tool for incremental backups over network
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
USES= perl5
USE_PERL5= run
NO_BUILD= yes
PLIST_FILES= bin/bontmia
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bontmia ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>