# Ports collection makefile for: libmrss # Date created: Jan 2, 2007 # Whom: Cheng-Lung Sung # # $FreeBSD$ # PORTNAME= libmrss PORTVERSION= 0.17.2 CATEGORIES= textproc MASTER_SITES= http://www2.autistici.org/bakunin/libmrss/ MAINTAINER= clsung@FreeBSD.org COMMENT= A C library for parsing, writing, and creating RSS BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl \ nxml:${PORTSDIR}/textproc/libnxml GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes WANT_GNOME= yes pre-patch: ${gnomehack_PRE_PATCH} .include