aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/rtorrent/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
commit40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch)
treed70bbf882801af3a4e58dde3ed6a1da1849479d4 /net-p2p/rtorrent/Makefile
parenta9f801a2186fcb89f70f7dcb211c6d4922c0e3af (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Notes
Notes: svn path=/head/; revision=145533 svn path=/tags/RELEASE_6_0_0/; revision=145534; tag=release/6.0.0
Diffstat (limited to 'net-p2p/rtorrent/Makefile')
-rw-r--r--net-p2p/rtorrent/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile
deleted file mode 100644
index ce1d2eee4460..000000000000
--- a/net-p2p/rtorrent/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: rtorrent
-# Date created: Mar 03 2005
-# Whom: Florent Thoumie <flz@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= rtorrent
-PORTVERSION= 0.3.0
-CATEGORIES= net
-MASTER_SITES= http://libtorrent.rakshasa.no/downloads/
-
-MAINTAINER= flz@FreeBSD.org
-COMMENT= BitTorrent Client written in C++
-
-LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl \
- torrent.4:${PORTSDIR}/net/libtorrent
-
-MAN1= rtorrent.1
-
-USE_GCC= 3.4
-USE_REINPLACE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-debug
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-USE_INC_LIBTOOL_VER= 13
-
-SUB_FILES= pkg-message
-
-PORTDOCS= README
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/configure
-
-post-install:
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}/
- ${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/rtorrent.rc ${EXAMPLESDIR}/
- ${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>