mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
8e673f82a7
PR: ports/74035 Submitted by: Radim Kolar <hsn(at)netmag.cz> Reviewed by: maintainer (timeout: 2 weeks from second remind)
24 lines
433 B
Makefile
24 lines
433 B
Makefile
# New ports collection makefile for: rvm
|
|
# Date created: Thu Apr 6 21:30:52 EDT 2000
|
|
# Whom: jaharkes
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rvm
|
|
PORTVERSION= 1.10
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/rvm/src/
|
|
|
|
MAINTAINER= coda@cs.cmu.edu
|
|
COMMENT= A persistent VM library
|
|
|
|
LIB_DEPENDS= lwp.2:${PORTSDIR}/devel/lwp
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
USE_LIBTOOL_VER= 15
|
|
|
|
.include <bsd.port.mk>
|