Changelog: https://github.com/bakulf/libmrss/blob/0.19.4/ChangeLog Improve port: - Upstream moved to GitHub. - Replace CPPFLAGS and LDFLAGS with USES+=localbase. - Replace PORTVERSION with DISTVERSION. - Fix warnings from portclippy. PR: 291664 Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org>
24 lines
475 B
Makefile
24 lines
475 B
Makefile
PORTNAME= libmrss
|
|
DISTVERSION= 0.19.4
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= juw@posteo.de
|
|
COMMENT= C library for parsing, writing, and creating RSS
|
|
WWW= https://github.com/bakulf/libmrss/
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl \
|
|
libnxml.so:textproc/libnxml
|
|
|
|
USES= autoreconf libtool localbase pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= bakulf
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|