d6bad8c46b
XML parser library mainly designed for Jabber applications PR: 96283 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
26 lines
570 B
Makefile
26 lines
570 B
Makefile
# New ports collection makefile for: iksemel
|
|
# Date created: 24 April 2006
|
|
# Whom: trasz
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= iksemel
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://jabberstudio.2nw.net/iksemel/
|
|
|
|
MAINTAINER= trasz@pin.if.uz.zgora.pl
|
|
COMMENT= XML parser library mainly designed for Jabber applications
|
|
|
|
LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls
|
|
|
|
USE_GETOPT_LONG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
INSTALLS_SHLIB= yes
|
|
|
|
INFO= iksemel
|
|
|
|
.include <bsd.port.mk>
|