[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / net / rtorrent

Annotation of pkgsrc/net/rtorrent/Makefile, Revision 1.6

1.6     ! tron        1: # $NetBSD: Makefile,v 1.5 2006/01/12 20:41:37 adam Exp $
1.1       adam        2:
1.6     ! tron        3: DISTNAME=      rtorrent-0.4.3
1.1       adam        4: CATEGORIES=    net
                      5: MASTER_SITES=  http://libtorrent.rakshasa.no/downloads/
                      6:
                      7: MAINTAINER=    imil@gcu.info
                      8: HOMEPAGE=      http://libtorrent.rakshasa.no/
                      9: COMMENT=       Ncurses based torrent client with support for sessions
                     10:
                     11: USE_LIBTOOL=           yes
                     12: USE_NCURSES=           yes
                     13: USE_TOOLS+=            gmake
                     14: GNU_CONFIGURE=         yes
1.4       heinz      15: GCC_REQD+=             3.3
1.1       adam       16:
1.6     ! tron       17: .include "../../mk/bsd.prefs.mk"
        !            18:
        !            19: .if !empty(OPSYS:M*BSD) || ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly"
        !            20: MESSAGE_SRC=   ${PKGDIR}/MESSAGE.BSD
        !            21: .endif
        !            22:
        !            23: .include "../../mk/compiler.mk"
        !            24:
        !            25: # See http://libtorrent.rakshasa.no/ticket/96
        !            26: .if !empty(CC_VERSION:Mgcc-4.*)
        !            27: CXXFLAGS+=     -fpermissive -fno-strength-reduce -fno-thread-jumps \
        !            28:                -fno-inline -fforce-addr
        !            29: .endif
        !            30:
1.1       adam       31: post-install:
                     32:        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/rtorrent
                     33:        ${INSTALL_DATA} ${WRKSRC}/doc/rtorrent.rc \
                     34:                ${PREFIX}/share/examples/rtorrent
                     35:
                     36: .include "../../devel/ncurses/buildlink3.mk"
                     37: .include "../../net/libtorrent/buildlink3.mk"
                     38: .include "../../www/curl/buildlink3.mk"
                     39: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>