1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Switch to USES=libtool, drop .la file

- Strip library
- Use new LIB_DEPENDS syntax
This commit is contained in:
Dmitry Marakasov 2014-05-26 20:17:03 +00:00
parent 807c41ecda
commit 8dc039df69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355442
2 changed files with 5 additions and 5 deletions

View File

@ -3,22 +3,22 @@
PORTNAME= librsync
PORTVERSION= 0.9.7
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for delta compression of streams
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt
USE_AUTOTOOLS= libtool
USES= gmake
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>

View File

@ -2,8 +2,8 @@ bin/rdiff
include/librsync.h
include/librsync-config.h
lib/librsync.a
lib/librsync.la
lib/librsync.so
lib/librsync.so.1
lib/librsync.so.1.0.2
man/man1/rdiff.1.gz
man/man3/librsync.3.gz