fe3d0fd58e
PR: ports/70780 Submitted by: Ports Fury
32 lines
660 B
Makefile
32 lines
660 B
Makefile
# ex:ts=8
|
|
# Ports collection Makefile for: rvm
|
|
# Date created: Mar 15, 2004
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rvm
|
|
PORTVERSION= 0.90.2.b
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An archive manager that uses rsync to manage backups
|
|
|
|
BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync
|
|
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
|
|
|
|
NO_LATEST_LINK= yes
|
|
|
|
USE_GNOME= gnometarget
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/rvm.conf
|
|
|
|
MAN1= rvm.1
|
|
PLIST_FILES= bin/rvm
|
|
|
|
.include <bsd.port.mk>
|