blob: 3af0c0d7d456cbe479fc4637d0b1c7cf83f90342 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: jaharkes
# $FreeBSD$
PORTNAME= rpc2
PORTVERSION= 2.10
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://ftp.coda.cs.cmu.edu/pub/rpc2/src/ \
http://ftp.wu-wien.ac.at/pub/systems/coda/src/ \
ftp://ftp.coda.cs.cmu.edu/pub/rpc2/src/ \
ftp://ftp.wu-wien.ac.at/pub/systems/coda/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= Interprocess communication library
LICENSE= LGPL20
LIB_DEPENDS= liblwp.so:devel/lwp
USES= gmake libtool pathfix perl5 pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|