aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/rvm/Makefile
blob: e14dbf5fe0fc7b1570c2ed1d51c00c3fca294f6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# ex:ts=8
# New ports collection makefile for:    rvm
# Date created:             Mar 15, 2004
# Whom:                 Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   rvm
PORTVERSION=    1.03
CATEGORIES= archivers
MASTER_SITES=   SF
DISTNAME=   ${PORTNAME}_${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    An archive manager that uses rsync to manage backups

BUILD_DEPENDS=  rsync:${PORTSDIR}/net/rsync
RUN_DEPENDS:=   ${BUILD_DEPENDS}

WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}
NO_LATEST_LINK= yes

USE_GNOME=  gnometarget
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/rvm.conf
MAKE_ARGS=  CXXFLAGS="${CXXFLAGS}"

MAN1=       rvm.1
PLIST_FILES=    bin/rvm

.include <bsd.port.mk>