1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/rvm/Makefile
Marcelo Araujo 878ec8d770 Bump PORTREVISION to reflect the update of devel/lwp.
Submitted by:	John Hixson <jhixson@gmail.com> (via email at AsiaBSDCon)
2017-03-11 07:29:09 +00:00

28 lines
583 B
Makefile

# Created by: jaharkes
# $FreeBSD$
PORTNAME= rvm
PORTVERSION= 1.17
PORTREVISION= 2
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:devel/lwp
BROKEN_aarch64= Fails to link: missing sbrk
USES= libtool pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>