48 lines
1.2 KiB
Makefile
48 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.46 2013/10/19 09:07:09 adam Exp $
|
|
#
|
|
|
|
DISTNAME= aria2-1.17.1
|
|
PKGREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aria2/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://aria2.sourceforge.net/
|
|
COMMENT= Multi-threaded, multi-protocol, flexible download accelerator
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= bison msgfmt msgmerge xgettext
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
CONFIGURE_ARGS+= --enable-bittorrent
|
|
CONFIGURE_ARGS+= --enable-metalink
|
|
CONFIGURE_ARGS+= --with-included-gettext=no
|
|
CONFIGURE_ARGS+= --with-libexpat
|
|
CONFIGURE_ARGS+= --without-libxml2
|
|
|
|
GCC_REQD+= 3.4
|
|
TEST_TARGET= check
|
|
USE_FEATURES= getopt_long snprintf
|
|
|
|
.include "../../mk/compiler.mk"
|
|
|
|
.if !empty(PKGSRC_RUN_TEST:M[Yy][Ee][Ss])
|
|
BUILDLINK_DEPMETHOD.cppunit= build
|
|
BUILDLINK_API_DEPENDS.cppunit+= cppunit>=1.10.2
|
|
. include "../../devel/cppunit/buildlink3.mk"
|
|
.else
|
|
CONFIGURE_ARGS+= --disable-xmltest
|
|
.endif
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../net/libcares/buildlink3.mk"
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|