mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
c80803d73e
PR: 233710 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)
30 lines
534 B
Makefile
30 lines
534 B
Makefile
# Created by: Alexander Moisseev <moiseev@mezonplus.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rsync-bpc
|
|
DISTVERSION= 3.1.2.0
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= moiseev@mezonplus.ru
|
|
COMMENT= Modified rsync that used as part of BackupPC
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= perl5
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= backuppc
|
|
|
|
USE_PERL5= build
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_SCRIPT= configure.sh
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
|
|
PLIST_FILES= bin/rsync_bpc
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rsync_bpc
|
|
|
|
.include <bsd.port.mk>
|