openbsd-ports/sysutils/backintime/common/Makefile
ajacoutot 38c839f00b Prepend the short hostname to the log line to have a compliant syslog(3)
entry allowing remote logging based on the host.
2012-05-29 10:21:56 +00:00

17 lines
317 B
Makefile

# $OpenBSD: Makefile,v 1.11 2012/05/29 10:21:56 ajacoutot Exp $
COMMENT= simple backup tool -- common files
PKGNAME= backintime-common-${V}
REVISION= 3
WRKSRC= ${WRKDIST}/common
BUILD_DEPENDS= devel/gettext
RUN_DEPENDS= sysutils/coreutils \
net/rsync
SUBST_FILES= backintime config.py
.include <bsd.port.mk>