Files
ports/textproc/libmrss/Makefile
Julian Weigt 4342f964a2 textproc/libmrss: Update 0.19.2 => 0.19.4, take maintainership
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>
2025-12-20 18:42:02 +03:00

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>