9cc0c5e45d
pkglint -Wall -F --only aligned --only indent -r Manually excluded consolekit and dc-tools since pkglint didn't get the formatting correct.
28 lines
810 B
Makefile
28 lines
810 B
Makefile
# $NetBSD: Makefile,v 1.58 2019/11/04 21:28:51 rillig Exp $
|
|
|
|
DISTNAME= rdiff-backup-1.2.8
|
|
PKGREVISION= 9
|
|
CATEGORIES= sysutils net
|
|
MASTER_SITES= http://savannah.nongnu.org/download/rdiff-backup/
|
|
|
|
MAINTAINER= snj@NetBSD.org
|
|
HOMEPAGE= http://www.nongnu.org/rdiff-backup/
|
|
COMMENT= Remote incremental backup utility
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.2.8
|
|
|
|
SUBST_CLASSES+= path
|
|
SUBST_STAGE.path= pre-configure
|
|
SUBST_FILES.path= setup.py
|
|
SUBST_SED.path= -e "s|share/man|${PKGMANDIR}|"
|
|
SUBST_MESSAGE.path= Fixing path to manpages.
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/examples.html \
|
|
${DESTDIR}${PREFIX}/share/doc/${DISTNAME}
|
|
|
|
.include "../../net/librsync/buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/distutils.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|