2012-12-05 18:15:36 +01:00
|
|
|
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
2007-01-02 09:42:42 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libmrss
|
2008-09-26 15:15:05 +02:00
|
|
|
PORTVERSION= 0.19.2
|
2016-12-08 18:01:31 +01:00
|
|
|
PORTREVISION= 8
|
2007-01-02 09:42:42 +01:00
|
|
|
CATEGORIES= textproc
|
2008-01-30 03:05:09 +01:00
|
|
|
MASTER_SITES= http://www.autistici.org/bakunin/libmrss/
|
2007-01-02 09:42:42 +01:00
|
|
|
|
2014-12-02 23:40:56 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2012-12-05 18:15:36 +01:00
|
|
|
COMMENT= C library for parsing, writing, and creating RSS
|
2007-01-02 09:42:42 +01:00
|
|
|
|
2016-01-12 17:20:31 +01:00
|
|
|
LICENSE= LGPL21+
|
2015-02-21 15:21:25 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl \
|
|
|
|
libnxml.so:textproc/libnxml
|
2007-07-31 09:34:16 +02:00
|
|
|
|
2007-01-02 09:42:42 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-07-03 14:27:09 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2007-01-02 09:42:42 +01:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2015-02-21 15:21:25 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
2007-01-02 09:42:42 +01:00
|
|
|
|
2014-07-03 14:27:09 +02:00
|
|
|
USES= libtool pathfix pkgconfig
|
2007-01-02 09:42:42 +01:00
|
|
|
USE_LDCONFIG= yes
|
2007-07-31 09:34:16 +02:00
|
|
|
|
2012-12-05 18:15:36 +01:00
|
|
|
.include <bsd.port.mk>
|