2013-09-20 23:17:30 +00:00
|
|
|
# Created by: Dennis Herrmann <adox@mcx2.org>
|
2009-02-09 17:48:17 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= rss2html
|
|
|
|
PORTVERSION= 0.8.2
|
2016-12-08 17:01:31 +00:00
|
|
|
PORTREVISION= 4
|
2009-02-09 17:48:17 +00:00
|
|
|
CATEGORIES= textproc
|
2011-01-15 17:30:46 +00:00
|
|
|
MASTER_SITES= http://mirror.mcx2.org/
|
2009-02-09 17:48:17 +00:00
|
|
|
|
2014-06-30 10:14:58 +00:00
|
|
|
MAINTAINER= rodrigo@FreeBSD.org
|
2009-02-09 17:48:17 +00:00
|
|
|
COMMENT= RSS to HTML converter
|
|
|
|
|
2014-06-30 10:14:58 +00:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2016-04-01 14:25:16 +00:00
|
|
|
LIB_DEPENDS+= libcurl.so:ftp/curl
|
2009-02-09 17:48:17 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CFLAGS+= "-I${LOCALBASE}/include" "-L${LOCALBASE}/lib"
|
|
|
|
|
2014-06-30 10:14:58 +00:00
|
|
|
PLIST_FILES= bin/rss2html man/man1/rss2html.1.gz
|
2009-02-09 17:48:17 +00:00
|
|
|
PORTDOCS= rss2html.links usage.example rss2html.template
|
|
|
|
|
2018-09-10 13:14:50 +00:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2009-02-09 17:48:17 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '16,20d' ${WRKSRC}/Makefile.acr
|
|
|
|
|
|
|
|
post-install:
|
2014-06-30 10:14:58 +00:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR}/
|
2009-02-09 17:48:17 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|