mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
29 lines
522 B
Makefile
29 lines
522 B
Makefile
# Created by: Alexander Moisseev <moiseev@mezonplus.ru>
|
|
|
|
PORTNAME= rsync-bpc
|
|
PORTVERSION= 3.1.3.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>
|