2005-01-12 11:19:49 +01:00
|
|
|
# New ports collection makefile for: libtorrent
|
|
|
|
# Date created: Jan 07 2005
|
|
|
|
# Whom: Florent Thoumie <flz@xbsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libtorrent
|
2005-11-01 12:54:02 +01:00
|
|
|
PORTVERSION= 0.7.6
|
2005-01-12 11:19:49 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://libtorrent.rakshasa.no/downloads/
|
|
|
|
|
2005-03-01 13:28:00 +01:00
|
|
|
MAINTAINER= flz@FreeBSD.org
|
2005-01-12 11:19:49 +01:00
|
|
|
COMMENT= BitTorrent Library written in C++
|
|
|
|
|
2005-03-04 09:57:18 +01:00
|
|
|
LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20
|
2005-01-12 11:19:49 +01:00
|
|
|
|
2005-03-20 15:38:39 +01:00
|
|
|
USE_GCC= 3.4
|
2005-04-18 13:14:42 +02:00
|
|
|
USE_GNOME= pkgconfig gnomehack
|
2005-01-12 11:19:49 +01:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:13:inc
|
2005-05-16 22:44:45 +02:00
|
|
|
CONFIGURE_ARGS= --disable-debug
|
2005-01-12 11:19:49 +01:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
|
|
|
|
post-patch:
|
2005-04-18 13:14:42 +02:00
|
|
|
@${REINPLACE_CMD} -e 's/-O3/${CFLAGS}/' ${WRKSRC}/configure
|
2005-01-12 11:19:49 +01:00
|
|
|
|
2005-03-03 23:22:08 +01:00
|
|
|
.include <bsd.port.mk>
|