mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Add openssl option
- Bump portrevision PR: ports/120688 Submitted by: "Bartłomiej Syryjczyk" <guzik@zst.edu.pl> Approved by: maintainer timeout (2 Months)
This commit is contained in:
parent
e06511d852
commit
de021a1e8c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211863
@ -6,6 +6,7 @@
|
||||
|
||||
PORTNAME= ekg
|
||||
PORTVERSION= 1.7
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= polish net-im
|
||||
MASTER_SITES= http://ekg.chmurka.net/
|
||||
@ -22,7 +23,6 @@ USE_GNOME= gnomehack pkgconfig
|
||||
CONFIGURE_ARGS+= --disable-shared \
|
||||
--disable-static \
|
||||
--enable-dynamic \
|
||||
--without-openssl \
|
||||
--disable-libgadu-openssl \
|
||||
--without-libungif \
|
||||
--without-libjpeg
|
||||
@ -31,7 +31,8 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
||||
CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lexecinfo"
|
||||
|
||||
OPTIONS= ASPELL "Build with ASPELL support" off
|
||||
OPTIONS= ASPELL "Build with ASPELL support" off \
|
||||
OPENSSL "Build with OPENSSL support" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@ -40,6 +41,10 @@ LIB_DEPENDS+= aspell.16:${PORTSDIR}/polish/aspell
|
||||
CONFIGURE_ARGS+= --enable-aspell
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_OPENSSL)
|
||||
CONFIGURE_ARGS+= --without-openssl
|
||||
.endif
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN1= ekg.1
|
||||
|
Loading…
Reference in New Issue
Block a user