2008-11-25 11:21:28 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2008/11/25 16:21:28 naddy Exp $
|
2005-12-29 23:41:30 -05:00
|
|
|
|
2007-09-12 11:27:11 -04:00
|
|
|
COMMENT= BitTorrent library written in C++
|
2005-12-29 23:41:30 -05:00
|
|
|
|
2008-11-25 11:21:28 -05:00
|
|
|
DISTNAME= libtorrent-0.12.4
|
|
|
|
SHARED_LIBS += torrent 15.0 # .11.4
|
2005-12-29 23:41:30 -05:00
|
|
|
CATEGORIES= net devel
|
|
|
|
|
|
|
|
HOMEPAGE= http://libtorrent.rakshasa.no/
|
2006-12-21 14:13:07 -05:00
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
2005-12-29 23:41:30 -05:00
|
|
|
|
2008-11-25 11:21:28 -05:00
|
|
|
# GPLv2
|
2005-12-29 23:41:30 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}downloads/
|
|
|
|
|
2007-01-14 18:37:52 -05:00
|
|
|
WANTLIB= crypto
|
2006-09-18 07:59:59 -04:00
|
|
|
LIB_DEPENDS= sigc-2.0:libsigc++-2.*:devel/libsigc++-2
|
2005-12-29 23:41:30 -05:00
|
|
|
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
|
2008-11-25 11:21:28 -05:00
|
|
|
AUTOCONF_VERSION= 2.62
|
|
|
|
CONFIGURE_STYLE= autoconf
|
2006-12-21 14:13:07 -05:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
2008-11-25 11:21:28 -05:00
|
|
|
--enable-static \
|
2007-03-22 16:42:05 -04:00
|
|
|
--with-openssl \
|
2006-10-19 11:21:19 -04:00
|
|
|
--with-kqueue \
|
2005-12-29 23:41:30 -05:00
|
|
|
--disable-debug
|
2007-03-22 16:42:05 -04:00
|
|
|
CONFIGURE_ENV= OPENSSL_CFLAGS=-I/usr/include \
|
|
|
|
OPENSSL_LIBS=-lcrypto
|
2005-12-29 23:41:30 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|