mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Fix SSL bug and unbreak polish/gnugadu2 too.
PR: ports/122394 Submitted by: "Aleksander Fafula" <aleksander.fafula@gmail.com> Approved by: araujo (mentor), maintainer timeout (> 2 weeks)
This commit is contained in:
parent
f9149684ae
commit
60b54e328f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213199
@ -6,6 +6,7 @@
|
||||
|
||||
PORTNAME= libgadu
|
||||
PORTVERSION= 1.8.0
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= polish net
|
||||
MASTER_SITES= http://toxygen.net/libgadu/files/
|
||||
@ -23,16 +24,26 @@ CONFIGURE_ARGS= --enable-shared --disable-static
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS= OPENSSL "Build with OPENSSL support" on
|
||||
|
||||
PLIST_FILES= include/libgadu.h \
|
||||
lib/libgadu.la \
|
||||
lib/libgadu.so \
|
||||
lib/libgadu.so.3 \
|
||||
libdata/pkgconfig/libgadu.pc
|
||||
|
||||
OPTIONS= OPENSSL "Build with OPENSSL support" on
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITHOUT_OPENSSL)
|
||||
.if defined(WITH_OPENSSL)
|
||||
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-openssl
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
pre-install:
|
||||
|
||||
.if defined(WITH_OPENSSL)
|
||||
@${REINPLACE_CMD} -e 's|openssl| |g' ${WRKSRC}/pkgconfig/libgadu.pc
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user