mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
443aff133d
PR: 142794 Submitted by: Henrik Andersén <ports@henrikandersen.se> (maintainer)
29 lines
546 B
Makefile
29 lines
546 B
Makefile
# New ports collection makefile for: bontmia
|
|
# Date created: 11 december 2009
|
|
# Whom: Henrik Andersen
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bontmia
|
|
PORTVERSION= 0.14
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://kosmos.ttyv0.se/attachments/download/37/
|
|
|
|
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>
|