40 lines
910 B
Makefile
40 lines
910 B
Makefile
# $OpenBSD: Makefile,v 1.26 2010/11/19 22:31:38 espie Exp $
|
|
|
|
COMMENT= ncurses BitTorrent client based on libTorrent
|
|
|
|
DISTNAME= rtorrent-0.8.6
|
|
REVISION= 0
|
|
CATEGORIES= net
|
|
|
|
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
|
|
|
|
WANTLIB= c crypto iconv intl idn m ncurses sigc-2.0 ssl \
|
|
stdc++ z torrent>=17 curl>=14
|
|
|
|
MASTER_SITES= ${HOMEPAGE}downloads/
|
|
|
|
LIB_DEPENDS= net/libtorrent \
|
|
net/curl
|
|
|
|
USE_LIBTOOL= Yes
|
|
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>
|