aboutsummaryrefslogtreecommitdiff
path: root/www/sfeed/Makefile
blob: 74634d2f9f5f99a7f8b016a082643f9a04cbdc0b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	sfeed
PORTVERSION=	1.9
CATEGORIES=	www
MASTER_SITES=	https://codemadness.org/releases/sfeed/

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	RSS and Atom parser
WWW=		https://codemadness.org/sfeed-simple-feed-parser.html

LICENSE=	ISCL
LICENSE_FILE=	${WRKSRC}/LICENSE

CFLAGS+=	-D__BSD_VISIBLE

OPTIONS_DEFINE=	DOCS

post-install:
	cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} sfeed sfeed_atom sfeed_curses sfeed_frames sfeed_gopher sfeed_html sfeed_mbox sfeed_json sfeed_opml_import sfeed_plain sfeed_twtxt sfeed_web sfeed_xmlenc

.include <bsd.port.mk>