aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/libtorrent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/libtorrent/Makefile')
-rw-r--r--net-p2p/libtorrent/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-p2p/libtorrent/Makefile b/net-p2p/libtorrent/Makefile
deleted file mode 100644
index 9e133eac404e..000000000000
--- a/net-p2p/libtorrent/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: libtorrent
-# Date created: Jan 07 2005
-# Whom: Florent Thoumie <flz@xbsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libtorrent
-PORTVERSION= 0.7.0.1
-CATEGORIES= net
-MASTER_SITES= http://libtorrent.rakshasa.no/downloads/
-DISTNAME= ${PORTNAME}-0.7.0-1
-
-MAINTAINER= flz@FreeBSD.org
-COMMENT= BitTorrent Library written in C++
-
-LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20
-
-USE_GCC= 3.4
-USE_GNOME= pkgconfig gnomehack
-USE_REINPLACE= yes
-INSTALLS_SHLIB= yes
-USE_INC_LIBTOOL_VER= 13
-CONFIGURE_ARGS= --disable-debug
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-
-post-patch:
- @${REINPLACE_CMD} -e 's/-O3/${CFLAGS}/' ${WRKSRC}/configure
-
-.include <bsd.port.mk>