mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
b1914a1a9c
As per www.bsdstats.org this port has 10 times less user base, so let's change this port. The official site names it "Rsync Vault Manager". Seems that rvman is a good compromise for the package name, so . PKGNAMESUFFIX=an; . remove NO_LATEST_LINK=yes; while here: . support staging. Reported by: bapt
29 lines
653 B
Makefile
29 lines
653 B
Makefile
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rvm
|
|
PORTVERSION= 1.07
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= SF
|
|
PKGNAMESUFFIX= an
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Archive manager that uses rsync to manage backups
|
|
|
|
BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
USES= gmake
|
|
USE_GCC= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/rvm.conf \
|
|
--enable-assume-stl-memory-exception
|
|
MAKE_ARGS= CXXFLAGS="${CXXFLAGS}"
|
|
|
|
PLIST_FILES= bin/rvm man/man1/rvm.1.gz
|
|
|
|
.include <bsd.port.mk>
|