1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net/librsync/Makefile
Dmitry Marakasov 8dc039df69 - Switch to USES=libtool, drop .la file
- Strip library
- Use new LIB_DEPENDS syntax
2014-05-26 20:17:03 +00:00

25 lines
520 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
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>