freebsd-ports/archivers/rvm/Makefile

32 lines
649 B
Makefile
Raw Normal View History

2004-03-15 08:34:34 +01:00
# ex:ts=8
# Ports collection Makefile for: rvm
# Date created: Mar 15, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= rvm
2005-01-18 22:22:12 +01:00
PORTVERSION= 0.90.3.b
2004-03-15 08:34:34 +01:00
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
2004-04-29 04:23:36 +02:00
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/}
2004-03-15 08:34:34 +01:00
MAINTAINER= ports@FreeBSD.org
2004-03-15 09:05:46 +01:00
COMMENT= An archive manager that uses rsync to manage backups
2004-03-15 08:34:34 +01:00
BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync
2005-01-18 22:22:12 +01:00
RUN_DEPENDS= ${BUILD_DEPENDS}
2004-03-15 08:34:34 +01:00
NO_LATEST_LINK= yes
2004-03-15 08:34:34 +01:00
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/rvm.conf
MAN1= rvm.1
2004-03-15 08:34:34 +01:00
PLIST_FILES= bin/rvm
.include <bsd.port.mk>