freebsd-ports/net/librsync/Makefile

35 lines
749 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: librsync
# Date created: Mar 13, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= librsync
2001-09-14 08:11:35 +02:00
PORTVERSION= 0.9.5
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= rproxy
2001-09-14 08:11:35 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Library for delta compression of streams
2001-08-15 22:33:16 +02:00
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
.if !exists(/usr/bin/bzip2)
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
.endif
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include"
2001-03-19 18:25:46 +01:00
CONFIGURE_ARGS= --enable-shared --disable-trace
USE_GMAKE= yes
2001-03-19 18:25:46 +01:00
INSTALLS_SHLIB= yes
MAN1= rdiff.1
MAN3= librsync.3
.include <bsd.port.mk>