freebsd-ports/textproc/iksemel/Makefile
Bryan Drewery 2c89e44f3d - Fix build by adding dependency on pkgconfig
- Remove ABI version from LIB_DEPENDS

PR:		ports/170771 [1]
Submitted by:	bdrewery [1]
PR:		ports/171139 [2]
Submitted by:	Frank Wall <fw@moov.de> [2]
Approved by:	maintainer timeout (2w)
Approved by:	bapt (mentor)
2012-09-02 21:23:07 +00:00

37 lines
933 B
Makefile

# New ports collection makefile for: iksemel
# Date created: 24 April 2006
# Whom: trasz
#
# $FreeBSD$
#
PORTNAME= iksemel
PORTVERSION= 1.4
PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= rhaamo@gruik.at
COMMENT= XML parser library mainly designed for Jabber applications
LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls
USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
GNU_CONFIGURE= yes
CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
USE_PKGCONFIG= build
INFO= iksemel
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's|@setfilename iksemel|@setfilename iksemel.info|' \
${WRKSRC}/doc/iksemel.texi
@${REINPLACE_CMD} -e 's|pkgconfigdir=$$(libdir)/pkgconfig|pkgconfigdir=$${prefix}/libdata/pkgconfig|' \
${WRKSRC}/Makefile.am
.include <bsd.port.post.mk>