2006-04-28 09:34:00 +02:00
|
|
|
# New ports collection makefile for: iksemel
|
|
|
|
# Date created: 24 April 2006
|
|
|
|
# Whom: trasz
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= iksemel
|
2009-08-26 18:22:59 +02:00
|
|
|
PORTVERSION= 1.4
|
2011-06-05 20:43:16 +02:00
|
|
|
PORTREVISION= 3
|
2006-04-28 09:34:00 +02:00
|
|
|
CATEGORIES= textproc
|
2008-03-06 23:19:52 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
2006-04-28 09:34:00 +02:00
|
|
|
|
2009-12-10 16:14:27 +01:00
|
|
|
MAINTAINER= rhaamo@gruik.at
|
2006-04-28 09:34:00 +02:00
|
|
|
COMMENT= XML parser library mainly designed for Jabber applications
|
|
|
|
|
2011-06-05 20:43:16 +02:00
|
|
|
LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls
|
2006-04-28 09:34:00 +02:00
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool
|
2009-10-30 11:27:30 +01:00
|
|
|
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
|
2006-04-28 09:34:00 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2007-01-02 09:54:13 +01:00
|
|
|
USE_LDCONFIG= yes
|
2006-04-28 09:34:00 +02:00
|
|
|
|
|
|
|
INFO= iksemel
|
|
|
|
|
2009-10-30 11:27:30 +01:00
|
|
|
.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>
|