7770d468b7
configure, just so it can see what happens to itself when it runs the system out of swap.
34 lines
768 B
Makefile
34 lines
768 B
Makefile
# ex:ts=8
|
|
# Ports collection Makefile for: rvm
|
|
# Date created: Mar 15, 2004
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rvm
|
|
DISTVERSION= 0.90.3-beta
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An archive manager that uses rsync to manage backups
|
|
|
|
BUILD_DEPENDS= rsync:${PORTSDIR}/net/rsync
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
BROKEN= "Configure script attempts to allocate an infinite amount of memory to see what happens when it runs out"
|
|
|
|
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>
|