2000-05-29 06:17:29 +02:00
|
|
|
# New ports collection makefile for: rvm
|
|
|
|
# Date created: Thu Apr 6 21:30:52 EDT 2000
|
|
|
|
# Whom: jaharkes
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= rvm
|
2003-03-28 06:09:19 +01:00
|
|
|
PORTVERSION= 1.7
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2000-05-29 06:17:29 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/rvm/src/
|
|
|
|
|
2000-06-20 12:02:05 +02:00
|
|
|
MAINTAINER= coda@cs.cmu.edu
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= A persistent VM library
|
2000-05-29 06:17:29 +02:00
|
|
|
|
2000-10-06 00:42:10 +02:00
|
|
|
LIB_DEPENDS= lwp.2:${PORTSDIR}/devel/lwp
|
2000-05-29 06:17:29 +02:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2001-06-14 21:09:13 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-05-29 06:17:29 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|