mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
bdd7b4f2ea
- Update manpage location (003a571d1d
, r523104)
Changes: https://codemadness.org/git/sfeed/log.html
22 lines
599 B
Makefile
22 lines
599 B
Makefile
PORTNAME= sfeed
|
|
PORTVERSION= 2.0
|
|
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
|
|
MAKE_ARGS= MANPREFIX=${PREFIX}/share/man
|
|
|
|
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>
|