1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/textproc/iksemel/Makefile
Edward Tomasz Napierala 985042c3ae Change my email address to trasz@FreeBSD.org.
Approved by:	miwi (mentor)
2007-04-13 13:03:49 +00:00

29 lines
603 B
Makefile

# New ports collection makefile for: iksemel
# Date created: 24 April 2006
# Whom: trasz
#
# $FreeBSD$
#
PORTNAME= iksemel
PORTVERSION= 1.2
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://jabberstudio.2nw.net/iksemel/
MAINTAINER= trasz@freebsd.org
COMMENT= XML parser library mainly designed for Jabber applications
LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls
USE_AUTOTOOLS= libtool:15
USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_LDCONFIG= yes
INFO= iksemel
.include <bsd.port.mk>