2001-03-13 11:42:29 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: librsync
|
|
|
|
# Date created: Mar 13, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= librsync
|
2005-04-12 15:19:58 +02:00
|
|
|
PORTVERSION= 0.9.7
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 2
|
2001-03-13 11:42:29 +01:00
|
|
|
CATEGORIES= net
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF
|
2001-03-13 11:42:29 +01:00
|
|
|
|
2006-09-06 04:54:39 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Library for delta compression of streams
|
2001-03-13 11:42:29 +01:00
|
|
|
|
2001-08-15 22:33:16 +02:00
|
|
|
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
2001-03-13 11:42:29 +01:00
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2003-08-11 16:40:10 +02:00
|
|
|
USE_GMAKE= yes
|
2002-03-03 07:44:05 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-08-11 16:40:10 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2001-03-19 18:25:46 +01:00
|
|
|
CONFIGURE_ARGS= --enable-shared --disable-trace
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2001-03-19 18:25:46 +01:00
|
|
|
|
2001-03-13 11:42:29 +01:00
|
|
|
MAN3= librsync.3
|
|
|
|
|
2003-08-11 16:40:10 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|= rdiff.1|=|g' ${WRKSRC}/doc/Makefile.in
|
|
|
|
|
2001-03-13 11:42:29 +01:00
|
|
|
.include <bsd.port.mk>
|