e9439d93ee
- While here, add NO_ARCH PR: 201478 Submitted by: ralfvd@gmail.com (maintainer)
29 lines
718 B
Makefile
29 lines
718 B
Makefile
# Created by: Ralf van Dooren <r.vdooren@snow.nl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rsnapshot
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.rsnapshot.org/downloads/
|
|
|
|
MAINTAINER= ralfvd@gmail.com
|
|
COMMENT= Filesystem snapshot utility based on rsync(1)
|
|
|
|
BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync
|
|
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \
|
|
p5-Lchown>=0:${PORTSDIR}/sysutils/p5-Lchown
|
|
|
|
USES= perl5
|
|
GNU_CONFIGURE= yes
|
|
NO_ARCH= yes
|
|
|
|
PORTDOCS= AUTHORS ChangeLog README.md
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's,/usr/bin/pod2man,${LOCALBASE}/bin/pod2man,' ${WRKSRC}/Makefile.in
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|