openbsd-ports/net/libtorrent/Makefile

35 lines
801 B
Makefile
Raw Normal View History

2010-11-19 17:31:32 -05:00
# $OpenBSD: Makefile,v 1.24 2010/11/19 22:31:34 espie Exp $
COMMENT= BitTorrent library written in C++
DISTNAME= libtorrent-0.12.6
SHARED_LIBS += torrent 17.0 # .11.6
CATEGORIES= net devel
HOMEPAGE= http://libtorrent.rakshasa.no/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}downloads/
2010-11-11 11:27:54 -05:00
WANTLIB= crypto sigc-2.0
2010-11-19 17:31:32 -05:00
LIB_DEPENDS= libsigc++->=2,<3:devel/libsigc++-2
USE_LIBTOOL= Yes
2010-03-24 11:45:10 -04:00
AUTOCONF_VERSION= 2.64
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-static \
--with-kqueue \
--disable-debug
CONFIGURE_ENV= OPENSSL_CFLAGS=-I/usr/include \
OPENSSL_LIBS=-lcrypto
.include <bsd.port.mk>