2005-01-12 10:19:49 +00:00
|
|
|
# New ports collection makefile for: libtorrent
|
|
|
|
# Date created: Jan 07 2005
|
|
|
|
# Whom: Florent Thoumie <flz@xbsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libtorrent
|
2005-03-20 14:38:39 +00:00
|
|
|
PORTVERSION= 0.5.4
|
2005-01-12 10:19:49 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://libtorrent.rakshasa.no/downloads/
|
|
|
|
|
2005-03-01 12:28:00 +00:00
|
|
|
MAINTAINER= flz@FreeBSD.org
|
2005-01-12 10:19:49 +00:00
|
|
|
COMMENT= BitTorrent Library written in C++
|
|
|
|
|
2005-03-04 08:57:18 +00:00
|
|
|
LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20
|
2005-01-12 10:19:49 +00:00
|
|
|
|
2005-03-20 14:38:39 +00:00
|
|
|
USE_GCC= 3.4
|
2005-01-12 10:19:49 +00:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
2005-01-19 21:19:33 +00:00
|
|
|
USE_INC_LIBTOOL_VER= 13
|
2005-01-12 10:19:49 +00:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
|
|
|
|
post-patch:
|
2005-01-19 21:19:33 +00:00
|
|
|
@${REINPLACE_CMD} -e "s#\(pkgconfigdir =\).*#\1 ${PREFIX}/libdata/pkgconfig#" \
|
2005-01-12 10:19:49 +00:00
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
# uphold CXXFLAGS
|
|
|
|
@${REINPLACE_CMD} -E \
|
|
|
|
-e 's#^(CXXFLAGS[[:space:]]*=[[:space:]]*).*-O.*$$#\1${CXXFLAGS}#' \
|
|
|
|
-e 's#^(CFLAGS[[:space:]]*=[[:space:]]*).*-O.*$$#\1${CFLAGS}#' \
|
|
|
|
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
|
2005-03-03 22:22:08 +00:00
|
|
|
.include <bsd.port.mk>
|