18 lines
324 B
Makefile
18 lines
324 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/11/20 17:22:40 espie Exp $
|
|
|
|
COMMENT= simple backup tool -- common files
|
|
|
|
PKGNAME= backintime-common-${V}
|
|
REVISION= 0
|
|
|
|
WRKSRC= ${WRKDIST}/common
|
|
|
|
BUILD_DEPENDS= devel/gettext
|
|
RUN_DEPENDS= misc/fileutils \
|
|
net/rsync
|
|
|
|
SUBST_FILES= backintime config.py
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|