1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/archivers/rvm/Makefile
Alexey Dokuchaev 9a2ed5590d - Correctly assign RUN_DEPENDS
- Canonicalize Makefile header
- Use double space after period in port description
2008-11-09 13:22:22 +00:00

34 lines
709 B
Makefile

# 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>