freebsd-ports/net/librsync/Makefile
Bryan Drewery fb8ab4ccad Add net/librsync1 which is based on the 1.0 release of librsync.
This is not API-compatible with the 0.9 release. None of the ports consumers
of this library currently build with it.
2015-05-18 16:35:21 +00:00

26 lines
544 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:${PORTSDIR}/devel/popt
CONFLICTS= librsync1-*
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>