2012-12-05 17:15:36 +00:00
|
|
|
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
2007-01-02 08:42:42 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libmrss
|
2008-09-26 13:15:05 +00:00
|
|
|
PORTVERSION= 0.19.2
|
2013-07-11 16:26:26 +00:00
|
|
|
PORTREVISION= 5
|
2007-01-02 08:42:42 +00:00
|
|
|
CATEGORIES= textproc
|
2008-01-30 02:05:09 +00:00
|
|
|
MASTER_SITES= http://www.autistici.org/bakunin/libmrss/
|
2007-01-02 08:42:42 +00:00
|
|
|
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2012-12-05 17:15:36 +00:00
|
|
|
COMMENT= C library for parsing, writing, and creating RSS
|
2007-01-02 08:42:42 +00:00
|
|
|
|
2012-12-05 17:15:36 +00:00
|
|
|
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
|
|
|
nxml:${PORTSDIR}/textproc/libnxml
|
2007-07-31 07:34:16 +00:00
|
|
|
|
2007-01-02 08:42:42 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
|
|
|
|
USE_LDCONFIG= yes
|
2013-04-23 14:20:25 +00:00
|
|
|
USES= pathfix pkgconfig
|
2007-07-31 07:34:16 +00:00
|
|
|
|
2013-09-20 23:17:30 +00:00
|
|
|
NO_STAGE= yes
|
2012-12-05 17:15:36 +00:00
|
|
|
.include <bsd.port.mk>
|