mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
5c7460ca6b
PR: ports/92510 Submitted by: Rainer Alves <rainer.alves@gmail.com> (maintainer)
35 lines
724 B
Makefile
35 lines
724 B
Makefile
# ex:ts=8
|
|
# Ports collection Makefile for: rvm
|
|
# Date created: Mar 15, 2004
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rvm
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= rvm_${PORTVERSION}
|
|
|
|
MAINTAINER= rainer.alves@gmail.com
|
|
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>
|