mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
1c5ce5a310
- Update MASTER_SITES: add http:// links
24 lines
502 B
Makefile
24 lines
502 B
Makefile
# Created by: jaharkes
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rvm
|
|
PORTVERSION= 1.17
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://ftp.coda.cs.cmu.edu/pub/rvm/src/ \
|
|
http://ftp.wu-wien.ac.at/pub/systems/coda/src/ \
|
|
ftp://ftp.coda.cs.cmu.edu/pub/rvm/src/ \
|
|
ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Persistent VM library
|
|
|
|
LICENSE= LGPL20
|
|
|
|
LIB_DEPENDS= liblwp.so:${PORTSDIR}/devel/lwp
|
|
|
|
USES= gmake pathfix pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|