0a4dd56b67
This port does not build when openssl is installed. Disable it explicitely in the configure. PR: 254296 Reported by: dym@afalina.od.ua Tested by: felix@palmen-it.de newton.ja.terry@gmail.com MFH: 2021Q2 build fix
38 lines
764 B
Makefile
38 lines
764 B
Makefile
# Created by: trasz
|
|
|
|
PORTNAME= iksemel
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= XML parser library mainly designed for Jabber applications
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libgnutls.so:security/gnutls
|
|
|
|
USES= autoreconf libtool makeinfo pathfix pkgconfig
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= meduketto
|
|
GH_TAGNAME= 978b733
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--with-gnutls=yes \
|
|
--without-openssl \
|
|
--disable-python
|
|
CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
INFO= iksemel
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|@setfilename iksemel|@setfilename iksemel.info|' \
|
|
${WRKSRC}/doc/iksemel.texi
|
|
|
|
.include <bsd.port.mk>
|