# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD: textproc/libmrss/Makefile 327773 2013-09-20 23:17:30Z bapt $

PORTNAME=	libmrss
PORTVERSION=	0.19.2
PORTREVISION=	5
CATEGORIES=	textproc
MASTER_SITES=	http://www.autistici.org/bakunin/libmrss/

MAINTAINER=	clsung@FreeBSD.org
COMMENT=	C library for parsing, writing, and creating RSS

LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
		nxml:${PORTSDIR}/textproc/libnxml

GNU_CONFIGURE=	yes
CFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

USE_LDCONFIG=	yes
USES=	pathfix pkgconfig

NO_STAGE=	yes
.include <bsd.port.mk>
