freebsd-ports/net/uget/Makefile
Gerald Pfeifer a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00

55 lines
1.3 KiB
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= uget
PORTVERSION= 2.2.1
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= SF/urlget/${PORTNAME}%20%28stable%29/${PORTVERSION}
MAINTAINER= ndowens@yahoo.com
COMMENT= Lightweight and full-featured graphical download manager
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcurl.so:ftp/curl
RUN_DEPENDS= aria2c:www/aria2
USES= compiler:c11 gettext-tools gmake pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= glib20 gtk30 intltool cairo
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
# Avoid warning, with redefinition of typedef (C11 feature)
CFLAGS+= -Wno-typedef-redefinition
CONFIGURE_ARGS= --enable-appindicator=no \
--disable-pwmd \
--disable-rss-notify \
--enable-unix-socket
OPTIONS_DEFINE= GNUTLS GSTREAMER NLS NOTIFY OPENSSL
OPTIONS_DEFAULT= NOTIFY OPENSSL
OPTIONS_SUB= yes
GNUTLS_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libgpg-error.so:security/libgpg-error
GNUTLS_CONFIGURE_ON= --with-gnutls=yes
GSTREAMER_USE= gstreamer1=yes
GSTREAMER_CONFIGURE_ENABLE= gstreamer
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
NOTIFY_CONFIGURE_ENABLE= notify
OPENSSL_USES= ssl
OPENSSL_CONFIGURE_ENV= LIBCRYPTO_CFLAGS="-I${OPENSSLINC}" \
LIBCRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto"
OPENSSL_CONFIGURE_OFF= --with-openssl=no
.include <bsd.port.mk>