aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libmrss/Makefile
blob: c86ca63929f52910fc95f3f130c8a14201bccc04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$

PORTNAME=   libmrss
PORTVERSION=    0.19.2
PORTREVISION=   4
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

.include <bsd.port.mk>