mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
- 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
This commit is contained in:
parent
97f7b33414
commit
185c071ee7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450459
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user