mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
ffbf1b3071
- Strip libraries - Bump dependent ports as .so version has changed Approved by: portmgr blanket
26 lines
556 B
Makefile
26 lines
556 B
Makefile
# Created by: jaharkes
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rvm
|
|
PORTVERSION= 1.17
|
|
PORTREVISION= 1
|
|
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 libtool pathfix pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|