diff --git a/textproc/iksemel/Makefile b/textproc/iksemel/Makefile index 68f9ff396bd8..e6ed1893fb2b 100644 --- a/textproc/iksemel/Makefile +++ b/textproc/iksemel/Makefile @@ -1,34 +1,38 @@ # 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 -USES= autoreconf libtool makeinfo pathfix pkgconfig +USE_LDCONFIG= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-gnutls=yes \ + --without-openssl \ --disable-python CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_LDCONFIG= yes + INSTALL_TARGET= install-strip INFO= iksemel post-patch: @${REINPLACE_CMD} -e 's|@setfilename iksemel|@setfilename iksemel.info|' \ ${WRKSRC}/doc/iksemel.texi .include