Date: Sat, 23 Sep 2017 16:43:17 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450459 - head/polish/ekg Message-ID: <201709231643.v8NGhHd2040384@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sat Sep 23 16:43:17 2017 New Revision: 450459 URL: https://svnweb.freebsd.org/changeset/ports/450459 Log: - Fix configure failing to find libgadu by using USES=localbase - Add licensing information - Use tab instead of space in CONFIGURE_ARGS line - Add USES=ssl when OPENSSL option is selected Modified: head/polish/ekg/Makefile Modified: head/polish/ekg/Makefile ============================================================================== --- head/polish/ekg/Makefile Sat Sep 23 16:22:33 2017 (r450458) +++ head/polish/ekg/Makefile Sat Sep 23 16:43:17 2017 (r450459) @@ -11,13 +11,16 @@ MASTER_SITES= http://ekg.chmurka.net/ MAINTAINER= pawel@FreeBSD.org COMMENT= Text-mode Gadu-Gadu client +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/src/COPYING + LIB_DEPENDS= libgadu.so:polish/libgadu +USES= gmake localbase ncurses pathfix pkgconfig GNU_CONFIGURE= yes -USES= gmake ncurses pathfix pkgconfig USE_LDCONFIG= yes -CONFIGURE_ARGS= --without-libungif \ +CONFIGURE_ARGS= --without-libungif \ --without-libjpeg \ --disable-ui-gtk @@ -30,6 +33,7 @@ ASPELL_CONFIGURE_ON= --enable-aspell ASPELL_LIB_DEPENDS= libaspell.so:textproc/aspell ASPELL_RUN_DEPENDS= pl-aspell>0:polish/aspell +OPENSSL_USES= ssl OPENSSL_CONFIGURE_OFF= --without-openssl post-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709231643.v8NGhHd2040384>