2011-06-02 09:41:36 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.27 2011/06/02 13:41:40 ajacoutot Exp $
|
2005-12-29 23:42:36 -05:00
|
|
|
|
2007-09-12 11:27:11 -04:00
|
|
|
COMMENT= ncurses BitTorrent client based on libTorrent
|
2005-12-29 23:42:36 -05:00
|
|
|
|
2010-03-21 12:34:25 -04:00
|
|
|
DISTNAME= rtorrent-0.8.6
|
2011-06-02 09:41:36 -04:00
|
|
|
REVISION= 1
|
2005-12-29 23:42:36 -05:00
|
|
|
CATEGORIES= net
|
2007-11-17 15:39:02 -05:00
|
|
|
|
2005-12-29 23:42:36 -05:00
|
|
|
HOMEPAGE= http://libtorrent.rakshasa.no/
|
|
|
|
|
2006-12-21 14:13:07 -05:00
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
2005-12-29 23:42:36 -05:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-11 12:20:27 -05:00
|
|
|
WANTLIB= c crypto iconv intl idn m ncurses sigc-2.0 ssl \
|
2010-11-19 17:31:32 -05:00
|
|
|
stdc++ z torrent>=17 curl>=14
|
2005-12-29 23:42:36 -05:00
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}downloads/
|
|
|
|
|
2010-11-19 17:31:32 -05:00
|
|
|
LIB_DEPENDS= net/libtorrent \
|
|
|
|
net/curl
|
2005-12-29 23:42:36 -05:00
|
|
|
|
2006-09-18 17:02:57 -04:00
|
|
|
USE_LIBTOOL= Yes
|
2010-11-11 12:20:27 -05:00
|
|
|
USE_GROFF = Yes
|
2005-12-29 23:42:36 -05:00
|
|
|
CONFIGURE_STYLE= gnu
|
2007-03-22 16:42:05 -04:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
2005-12-29 23:42:36 -05:00
|
|
|
--disable-debug
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rtorrent
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/rtorrent
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/rtorrent.rc \
|
|
|
|
${PREFIX}/share/examples/rtorrent/rtorrent.rc
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|