79892db63c
Changes: 0.9.7 ----- - Add a maximum amount of feeds to update concurrently in sfeed_update - Add merge(), filter() and order() support per feed in sfeed_update in order to permit to change merge logic, filter lines and fields and order lines per feed - Misc bug fixes and improvements
28 lines
833 B
Makefile
28 lines
833 B
Makefile
# $NetBSD: Makefile,v 1.3 2019/01/01 00:32:10 leot Exp $
|
|
|
|
DISTNAME= sfeed-0.9.7
|
|
CATEGORIES= news
|
|
MASTER_SITES= http://codemadness.org/releases/sfeed/
|
|
|
|
MAINTAINER= leot@NetBSD.org
|
|
HOMEPAGE= http://codemadness.org/git/sfeed/file/README.html
|
|
COMMENT= RSS and Atom parser
|
|
LICENSE= isc
|
|
|
|
USE_LANGUAGES= c99
|
|
|
|
# Adjust config.mk
|
|
SUBST_CLASSES+= makefile
|
|
SUBST_STAGE.makefile= pre-configure
|
|
SUBST_MESSAGE.makefile= Fixing config.mk
|
|
SUBST_FILES.makefile= config.mk
|
|
SUBST_SED.makefile= -e 's,/usr/local,${PREFIX},g'
|
|
SUBST_SED.makefile+= -e 's,man,${PKGMANDIR},g'
|
|
SUBST_SED.makefile+= -e 's/cc/${CC:Q}/'
|
|
SUBST_SED.makefile+= -e 's,^CFLAGS *= ,CFLAGS += ,'
|
|
SUBST_SED.makefile+= -e 's,^CPPFLAGS *= ,CPPFLAGS += ,'
|
|
SUBST_SED.makefile+= -e 's,^LDFLAGS *= ,LDFLAGS += ,'
|
|
|
|
REPLACE_SH+= sfeed_opml_export sfeed_update
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|