freebsd-ports/sysutils/bontmia/Makefile
Thomas Abthorpe ada24e1663 - Assign to the heap due to mail bounces
- Trim header while I am here

With hat:	portmgr
2013-03-19 16:04:52 +00:00

24 lines
459 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
USE_PERL5_RUN= yes
NO_BUILD= yes
PLIST_FILES= bin/bontmia
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bontmia ${PREFIX}/bin
.include <bsd.port.mk>