37fc8ecec9
This is ABI-compatible with 1.0.0, but due to an accident upstream with releasing 1.0.1 with a reversed shlib version, they released 2.0.0 with only a restoration of the shlib version of 2. Submitted by: Danilo G. Baio (dbaio) <dbaio@bsd.com.br>
26 lines
554 B
Makefile
26 lines
554 B
Makefile
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= librsync
|
|
PORTVERSION= 0.9.7
|
|
PORTREVISION= 3
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library for delta compression of streams
|
|
|
|
LIB_DEPENDS= libpopt.so:devel/popt
|
|
|
|
CONFLICTS= librsync1-[0-9]* librsync2-[0-9]*
|
|
|
|
USES= gmake libtool
|
|
USE_CSTD= gnu89
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CONFIGURE_ARGS= --enable-shared --disable-trace
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|