aboutsummaryrefslogtreecommitdiff
path: root/textproc/libmrss/Makefile
blob: 00008a3a2381d0dac9a7a8e7e289ad56c55a761e (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
24
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$

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>