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

Annotation of pkgsrc/net/libtorrent/Makefile, Revision 1.13

1.13    ! rillig      1: # $NetBSD: Makefile,v 1.12 2006/05/28 12:36:39 joerg Exp $
1.1       adam        2:
1.10      tron        3: DISTNAME=      libtorrent-0.8.5
1.11      tron        4: PKGREVISION=   1
1.1       adam        5: CATEGORIES=    net
                      6: MASTER_SITES=  http://libtorrent.rakshasa.no/downloads/
                      7:
1.10      tron        8: MAINTAINER=    tron@NetBSD.org
1.1       adam        9: HOMEPAGE=      http://libtorrent.rakshasa.no/
                     10: COMMENT=       BitTorrent library written in C++ for *nix
                     11:
1.13    ! rillig     12: USE_LANGUAGES=         c c++
1.1       adam       13: USE_LIBTOOL=           yes
1.4       minskim    14: USE_TOOLS+=            gmake pkg-config
1.1       adam       15: GNU_CONFIGURE=         yes
1.3       adam       16: CONFIGURE_ARGS+=       --disable-debug
1.1       adam       17: CONFIGURE_ARGS+=       --with-openssl=${BUILDLINK_PREFIX.openssl}
1.6       heinz      18: GCC_REQD+=             3.3
1.1       adam       19:
1.8       tron       20: .include "../../mk/compiler.mk"
                     21:
                     22: # See http://libtorrent.rakshasa.no/ticket/96
                     23: .if !empty(CC_VERSION:Mgcc-4.*)
                     24: CXXFLAGS+=     -fpermissive -fno-strength-reduce -fno-thread-jumps \
                     25:                -fno-inline -fforce-addr
                     26: .endif
                     27:
1.1       adam       28: .include "../../devel/libsigc++2/buildlink3.mk"
                     29: .include "../../security/openssl/buildlink3.mk"
                     30: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>