Skip to content

Commit

Permalink
www/aria2: Update WWW
Browse files Browse the repository at this point in the history
- Cosmetic change
  • Loading branch information
sunpoet committed Oct 8, 2023
1 parent 2264b99 commit 1cecd1d
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions www/aria2/Makefile
Expand Up @@ -7,18 +7,30 @@ MASTER_SITES= https://github.com/aria2/aria2/releases/download/release-${PORTVER

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Yet another download tool
WWW= https://aria2.github.io/
WWW= https://aria2.github.io/ \
https://github.com/aria2/aria2

LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

USES= compiler:c++11-lib cpe libtool pathfix pkgconfig ssl tar:xz

CONFIGURE_ARGS= --disable-epoll \
--enable-bittorrent --enable-libaria2 --enable-metalink --enable-shared --enable-ssl --enable-threads=posix --enable-websocket \
--enable-bittorrent \
--enable-libaria2 \
--enable-metalink \
--enable-shared \
--enable-ssl \
--enable-threads=posix \
--enable-websocket \
--with-disk-cache=${ARIA2_DISK_CACHE} \
--with-libz --with-openssl \
--without-appletls --without-gnutls --without-libgcrypt --without-libgmp --without-libnettle
--with-libz \
--with-openssl \
--without-appletls \
--without-gnutls \
--without-libgcrypt \
--without-libgmp \
--without-libnettle
CONFIGURE_ENV= OPENSSL_CFLAGS=-I${OPENSSLINC} \
OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \
ac_cv_path_RST2HTML=no
Expand Down

0 comments on commit 1cecd1d

Please sign in to comment.