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

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

1.33    ! tron        1: # $NetBSD: Makefile,v 1.32 2009/07/07 21:22:08 joerg Exp $
1.1       adam        2:
1.33    ! tron        3: DISTNAME=      rtorrent-0.8.4
1.1       adam        4: CATEGORIES=    net
1.20      tron        5: MASTER_SITES=  ${HOMEPAGE:=downloads/}
1.1       adam        6:
1.28      tron        7: OWNER=         tron@NetBSD.org
1.1       adam        8: HOMEPAGE=      http://libtorrent.rakshasa.no/
                      9: COMMENT=       Ncurses based torrent client with support for sessions
1.30      tron       10: LICENSE=       gnu-gpl-v2
                     11:
1.15      joerg      12: PKG_DESTDIR_SUPPORT=   user-destdir
                     13:
1.11      rillig     14: USE_LANGUAGES=         c c++
1.1       adam       15: USE_LIBTOOL=           yes
1.32      joerg      16: USE_NCURSES=           chgat
1.10      joerg      17: USE_TOOLS+=            gmake pkg-config
1.1       adam       18: GNU_CONFIGURE=         yes
1.4       heinz      19: GCC_REQD+=             3.3
1.1       adam       20:
1.6       tron       21: .include "../../mk/bsd.prefs.mk"
                     22:
                     23: .if !empty(OPSYS:M*BSD) || ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly"
                     24: MESSAGE_SRC=   ${PKGDIR}/MESSAGE.BSD
                     25: .endif
                     26:
                     27: .include "../../mk/compiler.mk"
                     28:
                     29: # See http://libtorrent.rakshasa.no/ticket/96
                     30: .if !empty(CC_VERSION:Mgcc-4.*)
                     31: CXXFLAGS+=     -fpermissive -fno-strength-reduce -fno-thread-jumps \
                     32:                -fno-inline -fforce-addr
                     33: .endif
                     34:
1.15      joerg      35: INSTALLATION_DIRS=     share/examples/rtorrent
                     36:
1.1       adam       37: post-install:
                     38:        ${INSTALL_DATA} ${WRKSRC}/doc/rtorrent.rc \
1.15      joerg      39:                ${DESTDIR}${PREFIX}/share/examples/rtorrent
1.1       adam       40:
                     41: .include "../../devel/ncurses/buildlink3.mk"
                     42: .include "../../net/libtorrent/buildlink3.mk"
                     43: .include "../../www/curl/buildlink3.mk"
                     44: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>