1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

. support staging;

. remove the indefinite article from COMMENT;
. use new LIB_DEPENDS syntax;
. incorporate gmake and pathfix into USES and sort the latter.
This commit is contained in:
Boris Samorodov 2013-10-03 13:46:05 +00:00
parent 28c0576313
commit cb2585195a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329190

View File

@ -10,20 +10,12 @@ MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/rpc2/src/ \
ftp://ftp.nctu.edu.tw/mirror/Coda/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= An interprocess communication library
COMMENT= Interprocess communication library
LIB_DEPENDS= lwp.2:${PORTSDIR}/devel/lwp
LIB_DEPENDS= liblwp.so:${PORTSDIR}/devel/lwp
USES= pkgconfig perl5
USE_GMAKE= yes
USES= gmake pathfix perl5 pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
NO_STAGE= yes
post-extract:
@${REINPLACE_CMD} -e \
's#(libdir)#{prefix}/libdata#g' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>