. support staging;
. remove the indefinite article from COMMENT; . use new LIB_DEPENDS syntax; . incorporate gmake and pathfix into USES macro; . remove useless standard definition of WRKSRC.
This commit is contained in:
parent
9148cc886f
commit
45901fed89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329178
2 changed files with 5 additions and 15 deletions
|
@ -10,24 +10,12 @@ MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/rvm/src/ \
|
|||
ftp://ftp.nctu.edu.tw/mirror/Coda/src/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A persistent VM library
|
||||
COMMENT= Persistent VM library
|
||||
|
||||
LIB_DEPENDS= lwp.2:${PORTSDIR}/devel/lwp
|
||||
LIB_DEPENDS= liblwp.so:${PORTSDIR}/devel/lwp
|
||||
|
||||
USES= pkgconfig
|
||||
USE_GMAKE= yes
|
||||
USES= gmake pathfix pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAN1= rdsinit.1 rvmutl.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
.for file in Makefile.in
|
||||
@${REINPLACE_CMD} -e \
|
||||
's#(libdir)#{prefix}/libdata#g' ${WRKSRC}/${file}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -15,6 +15,8 @@ lib/libseglwp.la
|
|||
lib/libseglwp.so
|
||||
lib/libseglwp.so.3
|
||||
libdata/pkgconfig/rvmlwp.pc
|
||||
man/man1/rdsinit.1.gz
|
||||
man/man1/rvmutl.1.gz
|
||||
sbin/rdsinit
|
||||
sbin/rvmutl
|
||||
@dirrm include/rvm
|
||||
|
|
Loading…
Reference in a new issue