blob: b0d8a8aa0a5b9ecd639aef7b5d26e18d888706fa (
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
|
# New ports collection makefile for: bontmia
# Date created: 11 december 2009
# Whom: Henrik Andersen
#
# $FreeBSD$
#
PORTNAME= bontmia
PORTVERSION= 0.14
CATEGORIES= sysutils
MASTER_SITES= http://kosmos.ttyv0.se/attachments/download/31/
MAINTAINER= ports@henrikandersen.se
COMMENT= A small tool for incremental backups over network
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
USE_PERL5_RUN= yes
NO_BUILD= yes
PLIST_FILES= bin/bontmia
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bontmia ${PREFIX}/bin
.include <bsd.port.mk>
|