ports/devel/rvm/Makefile
Muhammad Moinur Rahman fb2e3c03c1
devel/rvm: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-23 15:50:08 +01:00

25 lines
607 B
Makefile

PORTNAME= rvm
DISTVERSION= 1.20
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
WWW= http://www.coda.cs.cmu.edu/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= liblwp.so:devel/lwp
USES= libtool pathfix pkgconfig
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>