1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/rpc2/Makefile
Dmitry Marakasov 4e0a6c6828 - Switch to USES=libtool, drop .la files
- Strip libraries
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-07-23 21:56:07 +00:00

26 lines
578 B
Makefile

# Created by: jaharkes
# $FreeBSD$
PORTNAME= rpc2
PORTVERSION= 2.10
PORTREVISION= 1
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 libtool pathfix perl5 pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>