2007-06-01 20:22:36 +02:00
|
|
|
# New ports collection makefile for: newsbeuter
|
|
|
|
# Date created: 2007-06-01
|
|
|
|
# Whom: arved
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= newsbeuter
|
2012-01-19 09:42:20 +01:00
|
|
|
PORTVERSION= 2.5
|
2012-01-22 21:52:07 +01:00
|
|
|
PORTREVISION= 1
|
2007-06-01 20:22:36 +02:00
|
|
|
CATEGORIES= www
|
2008-08-26 18:37:33 +02:00
|
|
|
MASTER_SITES= http://newsbeuter.org/downloads/
|
2007-06-01 20:22:36 +02:00
|
|
|
|
|
|
|
MAINTAINER= arved@FreeBSD.org
|
|
|
|
COMMENT= An RSS feed reader for the text console
|
|
|
|
|
2007-08-02 15:57:17 +02:00
|
|
|
LIB_DEPENDS= stfl.1:${PORTSDIR}/devel/stfl \
|
2012-01-19 09:42:20 +01:00
|
|
|
curl.6:${PORTSDIR}/ftp/curl \
|
|
|
|
json.0:${PORTSDIR}/devel/json-c
|
2007-06-01 20:22:36 +02:00
|
|
|
|
2010-05-30 19:39:07 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2007-06-01 20:22:36 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_PERL5_BUILD=yes
|
2007-06-04 21:11:38 +02:00
|
|
|
USE_SQLITE= yes
|
2009-05-07 22:54:25 +02:00
|
|
|
USE_GNOME= libxml2
|
2011-04-11 10:34:17 +02:00
|
|
|
USE_NCURSES= yes
|
2007-06-01 20:22:36 +02:00
|
|
|
|
|
|
|
MAN1= newsbeuter.1 podbeuter.1
|
|
|
|
|
2007-06-02 14:13:09 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2007-06-04 21:11:38 +02:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e "s,share/man,man,; \
|
|
|
|
/^prefix/s|=.*|=${PREFIX}|; /^CXX=/d; \
|
2008-03-12 11:20:24 +01:00
|
|
|
s|/usr/local|${LOCALBASE}|; s|ruby1.8|ruby18|" \
|
2007-06-04 21:11:38 +02:00
|
|
|
${WRKSRC}/Makefile
|
2009-05-07 22:54:25 +02:00
|
|
|
${REINPLACE_CMD} -e 's,<ncursesw/ncurses.h>,<ncurses.h>,' \
|
|
|
|
${WRKSRC}/src/controller.cpp ${WRKSRC}/src/view.cpp
|
2012-01-19 09:42:20 +01:00
|
|
|
${REINPLACE_CMD} -e 's,fail "ncursesw5",true,; s,fail "libcrypto",true,' \
|
|
|
|
${WRKSRC}/config.sh
|
2007-06-04 21:11:38 +02:00
|
|
|
|
2007-06-02 14:13:09 +02:00
|
|
|
.include <bsd.port.post.mk>
|