openbsd-ports/net/rtorrent/Makefile

40 lines
914 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.27 2011/06/02 13:41:40 ajacoutot Exp $
COMMENT= ncurses BitTorrent client based on libTorrent
DISTNAME= rtorrent-0.8.6
REVISION= 1
CATEGORIES= net
2007-11-17 15:39:02 -05:00
HOMEPAGE= http://libtorrent.rakshasa.no/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# 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
MASTER_SITES= ${HOMEPAGE}downloads/
2010-11-19 17:31:32 -05:00
LIB_DEPENDS= net/libtorrent \
net/curl
2006-09-18 17:02:57 -04:00
USE_LIBTOOL= Yes
2010-11-11 12:20:27 -05:00
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--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>