freebsd-ports/devel/rpc2/Makefile
Sunpoet Po-Chuan Hsieh 0b075605f5 - Add LICENSE
- Update MASTER_SITES:
  - Remove defunct ftp.planetmirror.com and ftp.nctu.edu.tw
  - Add http:// links
2013-11-17 11:10:05 +00:00

23 lines
524 B
Makefile

# Created by: jaharkes
# $FreeBSD$
PORTNAME= rpc2
PORTVERSION= 2.10
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:${PORTSDIR}/devel/lwp
USES= gmake pathfix perl5 pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>