Additional port changes: * Replaced with DISTVERSION * Changed license to GPLv2 (according to the license text) * Added LICENSE_FILE * Moved BROKEN_xx statement Reported by: portscout Approved by: tcberner (mentor, implicit)
27 lines
598 B
Makefile
27 lines
598 B
Makefile
# Created by: jaharkes
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rvm
|
|
DISTVERSION= 1.20
|
|
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= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BROKEN_aarch64= Fails to link: missing sbrk
|
|
|
|
LIB_DEPENDS= liblwp.so:devel/lwp
|
|
|
|
USES= libtool pathfix pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|